| 613 | /// SC::SocketFlags::NonBlocking and associated to the event loop with |
| 614 | /// SC::AsyncEventLoop::associateExternallyCreatedSocket. @n |
| 615 | /// Alternatively SC::AsyncEventLoop::createAsyncTCPSocket creates and associates the socket to the loop. |
| 616 | /// |
| 617 | /// \snippet Tests/Libraries/Async/AsyncTest.cpp AsyncSocketConnectSnippet |
| 618 | struct SC_ASYNC_EXPORT AsyncSocketConnect : public AsyncRequest |
nothing calls this directly
no outgoing calls
no test coverage detected