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

Method AwaitSocketReceiveExactAwaiter

Libraries/Await/Await.cpp:1618–1621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1616{}
1617
1618bool AwaitSocketReceiveAwaiter::await_ready() const { return false; }
1619
1620bool AwaitSocketReceiveAwaiter::await_suspend(AwaitTask::Handle newContinuation)
1621{
1622 setupCancellableAwait(continuation, stopCallback, newContinuation, this, AwaitSocketReceiveAwaiter::cancel);
1623
1624 outResult = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected