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

Method __complete

include/exec/start_now.hpp:83–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 {}
82
83 constexpr void __complete() noexcept
84 {
85 if (__pending_.fetch_sub(1) == 1)
86 {
87 auto __joiner = __joiner_.exchange(nullptr);
88 if (__joiner)
89 {
90 __joiner->join();
91 }
92 }
93 }
94 };
95
96 template <class _Env>

Callers 4

startMethod · 0.45
set_valueMethod · 0.45
set_stoppedMethod · 0.45
when_any.hppFile · 0.45

Calls 2

exchangeMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected