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

Method AwaitTaskSpawnAwaiter

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

Source from the content-addressed store, hash-verified

3486bool AwaitSignalAwaiter::await_ready() const { return false; }
3487
3488bool AwaitSignalAwaiter::await_suspend(AwaitTask::Handle newContinuation)
3489{
3490 setupCancellableAwait(continuation, stopCallback, newContinuation, this, AwaitSignalAwaiter::cancel);
3491

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected