MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / ~ThreadPool

Method ~ThreadPool

examples/server/httplib.h:601–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599
600 ThreadPool(const ThreadPool &) = delete;
601 ~ThreadPool() override = default;
602
603 void enqueue(std::function<void()> fn) override {
604 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected