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

Method request_stop

include/exec/async_scope.hpp:873–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871 }
872
873 auto request_stop() noexcept -> bool
874 {
875 return __impl_.__stop_source_.request_stop();
876 }
877
878 private:
879 __impl __impl_;

Callers 1

operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected