MCPcopy Create free account
hub / github.com/dobin/RedEdr / ~ThreadPool

Method ~ThreadPool

RedEdr/httplib.h:682–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680
681 ThreadPool(const ThreadPool &) = delete;
682 ~ThreadPool() override = default;
683
684 bool enqueue(std::function<void()> fn) override {
685 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected