MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / ThreadPool

Method ThreadPool

source/src/httplib/httplib.h:1488–1488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1486public:
1487 explicit ThreadPool(size_t n, size_t max_n = 0, size_t mqr = 0);
1488 ThreadPool(const ThreadPool &) = delete;
1489 ~ThreadPool() override = default;
1490
1491 bool enqueue(std::function<void()> fn) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected