Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dobin/RedEdr
/ worker
Method
worker
RedEdr/httplib.h:714–714 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
712
private:
713
struct worker {
714
explicit worker(ThreadPool &pool) : pool_(pool) {}
715
716
void operator()() {
717
for (;;) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected