MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Client

Class Client

src/http.cpp:2197–2201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2195 Future<Nothing> accepting;
2196
2197 struct Client
2198 {
2199 network::Socket socket;
2200 Future<Nothing> serving;
2201 };
2202
2203 hashmap<int_fd, Client> clients;
2204};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected