Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ TaskQueue
Method
TaskQueue
external/httplib.h:742–742 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
740
class TaskQueue {
741
public:
742
TaskQueue() = default;
743
virtual ~TaskQueue() = default;
744
745
virtual bool enqueue(std::function<void()> fn) = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected