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

Function AsyncSocketAccept

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

Source from the content-addressed store, hash-verified

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
598struct SC_ASYNC_EXPORT AsyncSocketAccept : public detail::AsyncSocketAcceptBase

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected