MCPcopy Create free account
hub / github.com/chrxh/alien / TaskQueue

Method TaskQueue

external/cpp-httplib/httplib.h:529–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527 class TaskQueue {
528 public:
529 TaskQueue() = default;
530 virtual ~TaskQueue() = default;
531
532 virtual void enqueue(std::function<void()> fn) = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected