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

Method __execute

include/stdexec/stop_token.hpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 struct __inplace_stop_callback_base
55 {
56 constexpr void __execute() noexcept
57 {
58 this->__execute_(this);
59 }
60
61 protected:
62 using __execute_fn_t = void(__inplace_stop_callback_base*) noexcept;

Callers 1

request_stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected