| 1003 | SC::Result start(AsyncEventLoop& eventLoop, FileDescriptor::Handle fileDescriptor); |
| 1004 | |
| 1005 | Function<void(Result&)> callback; |
| 1006 | |
| 1007 | private: |
| 1008 | friend struct AsyncEventLoop; |
nothing calls this directly
no outgoing calls
no test coverage detected