MCPcopy Create free account
hub / github.com/baidu/babylon / await_suspend

Method await_suspend

test/coroutine/test_task.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 return false;
17 }
18 ::std::coroutine_handle<> await_suspend(
19 ::std::coroutine_handle<>) noexcept {
20 return awaiter;
21 }
22 void await_resume() noexcept {
23 return;
24 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected