MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / ~TaskQueue

Method ~TaskQueue

examples/server/httplib.h:583–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581public:
582 TaskQueue() = default;
583 virtual ~TaskQueue() = default;
584
585 virtual void enqueue(std::function<void()> fn) = 0;
586 virtual void shutdown() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected