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

Method get_stop_token

include/exec/async_scope.hpp:867–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865 }
866
867 [[nodiscard]]
868 constexpr auto get_stop_token() const noexcept -> inplace_stop_token
869 {
870 return __impl_.__stop_source_.get_token();
871 }
872
873 auto request_stop() noexcept -> bool
874 {

Callers 1

test_stop.cppFile · 0.45

Calls 1

get_tokenMethod · 0.45

Tested by

no test coverage detected