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

Method __execute_impl_

include/stdexec/stop_token.hpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236
237 private:
238 static constexpr void
239 __execute_impl_(STDEXEC::__stok::__inplace_stop_callback_base* cb) noexcept
240 {
241 std::move(static_cast<inplace_stop_callback*>(cb)->__fun_)();
242 }
243
244 STDEXEC_ATTRIBUTE(no_unique_address) _Fun __fun_;
245 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected