MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / await_ready

Method await_ready

modules/core/task/src/task2.cpp:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 }
467
468 bool scheduler_t::EventAwaitable::await_ready() const
469 {
470 return event.done();
471 }
472
473 bool scheduler_t::EventAwaitable::await_suspend(std::coroutine_handle<skr_task_t::promise_type> handle)
474 {

Callers

nothing calls this directly

Calls 1

doneMethod · 0.45

Tested by

no test coverage detected