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

Method await_ready

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

Source from the content-addressed store, hash-verified

701}
702
703bool AwaitTask::await_ready() const { return not isActive(); }
704
705bool AwaitTask::await_suspend(Handle parent)
706{

Callers

nothing calls this directly

Calls 1

isActiveMethod · 0.45

Tested by

no test coverage detected