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

Method release

include/stdexec/__detail/__associate.hpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 std::pair<__assoc_t, __sender_ref> release() && noexcept
124 {
125 __sender_ref __u(__assoc_ ? std::addressof(__sndr_) : nullptr);
126 return {std::move(__assoc_), std::move(__u)};
127 }
128
129 private:
130 explicit __associate_data(std::pair<__assoc_t, __sender_ref> __parts)

Callers 3

__runMethod · 0.45
__associate_dataMethod · 0.45
__op_stateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected