MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / operator co_await

Method operator co_await

include/exec/task.hpp:525–529  ·  view source on GitHub ↗

Make this task generally awaitable:

Source from the content-addressed store, hash-verified

523
524 // Make this task generally awaitable:
525 constexpr auto operator co_await() && noexcept -> __task_awaiter<void>
526 requires __minvocable_q<awaiter_context_t, __promise>
527 {
528 return __task_awaiter<void>{std::exchange(__coro_, {})};
529 }
530
531 constexpr ~basic_task()
532 {

Callers 2

__awaitable.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected