Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PABannier/bark.cpp
/ TaskQueue
Method
TaskQueue
examples/server/httplib.h:582–582 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
580
class TaskQueue {
581
public:
582
TaskQueue() = default;
583
virtual ~TaskQueue() = default;
584
585
virtual void enqueue(std::function<void()> fn) = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected