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

Method __canceled

include/stdexec/__detail/__task.hpp:525–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523 }
524
525 [[nodiscard]]
526 auto __canceled() noexcept -> __std::coroutine_handle<> final
527 {
528 this->__reset_callback();
529 return this->__handle().promise().continuation().unhandled_stopped();
530 }
531
532 _ParentPromise& __parent_;
533 };

Callers 1

unhandled_stoppedFunction · 0.80

Calls 5

continuationMethod · 0.80
promiseMethod · 0.80
__handleMethod · 0.80
__reset_callbackMethod · 0.45
unhandled_stoppedMethod · 0.45

Tested by

no test coverage detected