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

Function __set_completed

include/exec/detail/shared.hpp:429–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427 }
428
429 constexpr virtual void __set_completed() noexcept final
430 {
431 __started_ref_.store({}, __std::memory_order_release);
432 }
433
434 __std::atomic_flag __started_{};
435 // this shared_ptr is non-null when the operation is running:

Callers 1

__notify_waitersFunction · 0.85

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected