| 593 | /// SC::AsyncEventLoop::associateExternallyCreatedSocket. @n |
| 594 | /// Alternatively SC::AsyncEventLoop::createAsyncTCPSocket creates and associates the socket to the loop. |
| 595 | /// @note To continue accepting new socket SC::AsyncResult::reactivateRequest must be called. |
| 596 | /// |
| 597 | /// \snippet Tests/Libraries/Async/AsyncTest.cpp AsyncSocketAcceptSnippet |
| 598 | struct SC_ASYNC_EXPORT AsyncSocketAccept : public detail::AsyncSocketAcceptBase |
nothing calls this directly
no outgoing calls
no test coverage detected