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

Method is_running

include/exec/linux/io_uring_context.hpp:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454 }
455
456 auto is_running() const noexcept -> bool
457 {
458 return __is_running_.load(STDEXEC::__std::memory_order_relaxed);
459 }
460
461 /// @brief Breaks out of the run loop of the io context without stopping the context.
462 void finish()

Callers 2

mainFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected