Dispatch Queue
Dispatch Queue / Thread Pool implementation for C++11 with built-in C++20 coroutine support
 
Loading...
Searching...
No Matches
dispatch_queue::detail Namespace Reference

Classes

struct  when_all_helper
 
struct  when_any_helper
 

Functions

template<typename TaskRange>
task< void > when_all_internal (const TaskRange &tasks)
 
template<typename TaskRange>
task< void > when_any_internal (const TaskRange &tasks)
 

Function Documentation

◆ when_all_internal()

template<typename TaskRange>
task< void > dispatch_queue::detail::when_all_internal ( const TaskRange & tasks)

◆ when_any_internal()

template<typename TaskRange>
task< void > dispatch_queue::detail::when_any_internal ( const TaskRange & tasks)