16#include <dispenso/detail/completion_event_impl.h>
52constexpr ImmediateInvoker kImmediateInvoker;
81 std::thread thread([f = std::move(f)]() { f(); });
88constexpr NewThreadInvoker kNewThreadInvoker;
void schedule(F &&f, ForceQueuingTag) const
void schedule(F &&f) const