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

Method AwaitFileReadAwaiter

Libraries/Await/Await.cpp:1871–1874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1869
1870bool AwaitSocketReceiveFromAwaiter::await_ready() const { return false; }
1871
1872bool AwaitSocketReceiveFromAwaiter::await_suspend(AwaitTask::Handle newContinuation)
1873{
1874 setupCancellableAwait(continuation, stopCallback, newContinuation, this, AwaitSocketReceiveFromAwaiter::cancel);
1875
1876 outResult = {};
1877 request.callback = [this](AsyncSocketReceiveFrom::Result& result)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected