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

Method ~TaskQueue

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

Source from the content-addressed store, hash-verified

741public:
742 TaskQueue() = default;
743 virtual ~TaskQueue() = default;
744
745 virtual bool enqueue(std::function<void()> fn) = 0;
746 virtual void shutdown() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected