MCPcopy Create free account
hub / github.com/boostorg/cobalt / await_ready

Method await_ready

example/python.cpp:216–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 py::object result;
215 py::object exception;
216 constexpr bool await_ready() noexcept {return false;}
217
218 template<typename T>
219 bool await_suspend(std::coroutine_handle<T> h)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected