Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ worker
Method
worker
external/httplib.h:794–794 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
792
private:
793
struct worker {
794
explicit worker(ThreadPool &pool) : pool_(pool) {}
795
796
void operator()() {
797
for (;;) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected