17 template<concepts::Scheduler Sched, concepts::MovableValue Fun, concepts::Allocator Alloc = DefaultAllocator>
19 auto operator()(Sched&& scheduler, Fun&&
function, Alloc&& allocator = {})
const {
22 util::forward<Alloc>(allocator));
25 util::forward<Alloc>(allocator));