Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ TaskQueue
Method
TaskQueue
source/src/httplib/httplib.h:1476–1476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1474
class TaskQueue {
1475
public:
1476
TaskQueue() = default;
1477
virtual ~TaskQueue() = default;
1478
1479
virtual bool enqueue(std::function<void()> fn) = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected