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

Method defer

include/exec/asio/completion_token.hpp:559–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557 std::declval<Executor const &>().defer(std::declval<F>(), std::declval<A const &>());
558 }
559 constexpr void defer(F&& f, A const & a) const noexcept
560 {
561 self_.run_([&]() { ex_.defer(wrap_(static_cast<F&&>(f)), a); });
562 }
563
564 constexpr bool operator==(executor const & rhs) const noexcept
565 {

Callers 1

executorClass · 0.80

Calls 1

run_Method · 0.80

Tested by

no test coverage detected