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

Method __run

include/stdexec/__detail/__spawn.hpp:91–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 {}
90
91 void __run() noexcept
92 {
93 if (__assoc_)
94 {
95 start(__op_);
96 }
97 else
98 {
99 __complete();
100 }
101 }
102
103 private:
104 using __assoc_t = std::remove_cvref_t<decltype(__declval<_Token&>().try_associate())>;

Callers 1

operator()Method · 0.45

Calls 1

startFunction · 0.50

Tested by

no test coverage detected