| 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 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected