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

Method TaskQueue

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected