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

Method execute

include/exec/asio/completion_token.hpp:520–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518
519 template <typename T>
520 void execute(T&& t) const noexcept
521 {
522 self_.run_([&]() { ex_.execute(wrap_(static_cast<T&&>(t))); });
523 }
524
525 constexpr void on_work_started() const noexcept
526 requires requires { std::declval<Executor const &>().on_work_started(); }

Callers 2

schedule_bulk_chunkedMethod · 0.45

Calls 1

run_Method · 0.80

Tested by 2

schedule_bulk_chunkedMethod · 0.36