Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
578
class TaskQueue {
579
public:
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