Dispatch Queue
Dispatch Queue / Thread Pool implementation for C++11 with built-in C++20 coroutine support
 
Loading...
Searching...
No Matches
when_all.hpp File Reference
#include <atomic>
#include <exception>
#include <memory>
#include "detail/ranges.hpp"
#include "task.hpp"

Go to the source code of this file.

Classes

struct  dispatch_queue::detail::when_all_helper
 

Namespaces

namespace  dispatch_queue
 
namespace  dispatch_queue::detail
 

Functions

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