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

Method post

include/exec/asio/completion_token.hpp:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548 std::declval<Executor const &>().post(std::declval<F>(), std::declval<A const &>());
549 }
550 constexpr void post(F&& f, A const & a) const noexcept
551 {
552 self_.run_([&]() { ex_.post(wrap_(static_cast<F&&>(f)), a); });
553 }
554
555 template <typename F, typename A>
556 requires requires {

Callers 1

executorClass · 0.80

Calls 1

run_Method · 0.80

Tested by

no test coverage detected