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

Method __complete

include/stdexec/__detail/__spawn_future.hpp:724–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722
723 template <class _Tag, class... _Ts>
724 void __complete(_Ts&&... __ts) noexcept
725 {
726 std::destroy_at(std::addressof(__callback_));
727 _Tag{}(std::move(__rcvr_), static_cast<_Ts&&>(__ts)...);
728 }
729 };
730
731 struct __spawn_future_impl : __sexpr_defaults

Callers 1

__do_consumeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected