MCPcopy Create free account
hub / github.com/chrxh/alien / ~ThreadPool

Method ~ThreadPool

external/cpp-httplib/httplib.h:548–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546
547 ThreadPool(const ThreadPool&) = delete;
548 ~ThreadPool() override = default;
549
550 void enqueue(std::function<void()> fn) override {
551 std::unique_lock<std::mutex> lock(mutex_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected