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

Method worker

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

Source from the content-addressed store, hash-verified

627private:
628 struct worker {
629 explicit worker(ThreadPool &pool) : pool_(pool) {}
630
631 void operator()() {
632 for (;;) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected