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

Method __complete

include/exec/async_scope.hpp:294–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 struct __subscription : __immovable
293 {
294 constexpr void __complete() noexcept
295 {
296 __complete_(this);
297 }
298
299 void (*__complete_)(__subscription*) noexcept = nullptr;
300 __subscription* __next_ = nullptr;

Callers 1

__dispatch_result_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected