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

Method stop_possible

include/stdexec/__detail/__stop_token.hpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 static constexpr auto stop_possible() noexcept -> bool
107 {
108 return false;
109 }
110
111 constexpr auto operator==(never_stop_token const &) const noexcept -> bool = default;
112 };

Callers 3

scheduleFunction · 0.45
__stop_token.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected