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

Method get_stop_source

include/exec/async_scope.hpp:861–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859 }
860
861 [[nodiscard]]
862 constexpr auto get_stop_source() noexcept -> inplace_stop_source&
863 {
864 return __impl_.__stop_source_;
865 }
866
867 [[nodiscard]]
868 constexpr auto get_stop_token() const noexcept -> inplace_stop_token

Callers 2

test_stop.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected