MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / AsyncSocketConnect

Function AsyncSocketConnect

Libraries/Async/Async.h:615–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
618struct SC_ASYNC_EXPORT AsyncSocketConnect : public AsyncRequest

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected