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