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

Method stop_possible

test/exec/test_any_sender.cpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 }
331
332 static auto stop_possible() noexcept -> std::true_type
333 {
334 return {};
335 }
336
337 auto operator==(stopped_token const &) const noexcept -> bool = default;
338 };

Callers 4

isTokenStoppableFunction · 0.45
test_stop_when.cppFile · 0.45
check_stop_possibleFunction · 0.45
test_task.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected