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

Method AwaitSocketReceiveLineAwaiter

Libraries/Await/Await.cpp:1724–1727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1722}
1723
1724Result AwaitSocketReceiveExactAwaiter::cancel(void* object, AwaitEventLoop& eventLoop)
1725{
1726 return static_cast<AwaitSocketReceiveExactAwaiter*>(object)->cancel(eventLoop);
1727}
1728
1729Result AwaitSocketReceiveExactAwaiter::cancel(AwaitEventLoop& eventLoop)
1730{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected