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

Method join

include/exec/start_now.hpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 struct __joiner : STDEXEC::__immovable
55 {
56 constexpr void join() const noexcept
57 {
58 if (__op_)
59 {
60 __op_(__ptr_);
61 }
62 }
63
64 void (*__op_)(void*) noexcept = nullptr;
65 void* __ptr_ = nullptr;

Callers 6

mainFunction · 0.45
solveFunction · 0.45
my_mainFunction · 0.45
__completeMethod · 0.45
~timed_thread_contextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected