MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / __completed

Method __completed

include/stdexec/__detail/__task.hpp:518–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516 }
517
518 [[nodiscard]]
519 auto __completed() noexcept -> __std::coroutine_handle<> final
520 {
521 this->__reset_callback();
522 return this->__handle().promise().continuation().handle();
523 }
524
525 [[nodiscard]]
526 auto __canceled() noexcept -> __std::coroutine_handle<> final

Callers 1

await_suspendMethod · 0.80

Calls 5

continuationMethod · 0.80
promiseMethod · 0.80
__handleMethod · 0.80
__reset_callbackMethod · 0.45
handleMethod · 0.45

Tested by

no test coverage detected