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

Method ~TaskQueue

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

Source from the content-addressed store, hash-verified

661public:
662 TaskQueue() = default;
663 virtual ~TaskQueue() = default;
664
665 virtual bool enqueue(std::function<void()> fn) = 0;
666 virtual void shutdown() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected