MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / ~ThreadPool

Method ~ThreadPool

external/httplib.h:762–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760
761 ThreadPool(const ThreadPool &) = delete;
762 ~ThreadPool() override = default;
763
764 bool enqueue(std::function<void()> fn) override {
765 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected