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

Method accept

Libraries/Await/Await.cpp:928–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926AwaitSleepAwaiter AwaitEventLoop::sleep(TimeMs duration) { return AwaitSleepAwaiter(*this, duration); }
927
928AwaitSocketAcceptAwaiter AwaitEventLoop::accept(const SocketDescriptor& serverSocket, SocketDescriptor& outClient)
929{
930 return AwaitSocketAcceptAwaiter(*this, serverSocket, outClient);
931}
932
933AwaitSocketConnectAwaiter AwaitEventLoop::connect(const SocketDescriptor& socket, SocketIPAddress address)
934{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected