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

Method run_until_empty

include/exec/linux/io_uring_context.hpp:716–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714 }
715
716 void run_until_empty()
717 {
718 __break_loop_.store(true, STDEXEC::__std::memory_order_relaxed);
719 run_until_stopped();
720 }
721
722 auto get_scheduler() noexcept -> __scheduler;
723

Callers 2

startMethod · 0.80

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected