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

Method TaskQueue

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected