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

Method stop_requested

test/exec/test_any_sender.cpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 using callback_type = __callback_type;
326
327 static auto stop_requested() noexcept -> std::true_type
328 {
329 return {};
330 }
331
332 static auto stop_possible() noexcept -> std::true_type
333 {

Callers 8

test_stop.cppFile · 0.45
startMethod · 0.45
partial_solveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected