MCPcopy Create free account
hub / github.com/aixed/WeChat-Hook / TaskQueue

Method TaskQueue

include/httplib.h:580–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578class TaskQueue {
579public:
580 TaskQueue() = default;
581 virtual ~TaskQueue() = default;
582
583 virtual void enqueue(std::function<void()> fn) = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected