#include <when_all.hpp>
|
| std::shared_ptr< std::atomic< size_t > > | result_count |
| |
| std::shared_ptr< std::atomic< bool > > | any_failed = std::make_shared<std::atomic<bool>>(false) |
| |
| std::shared_ptr< detail::task_future< void > > | future = detail::task_future<void>::create_pending() |
| |
◆ when_all_helper()
| dispatch_queue::detail::when_all_helper::when_all_helper |
( |
size_t | count | ) |
|
|
inline |
◆ operator()()
template<typename T>
| void dispatch_queue::detail::when_all_helper::operator() |
( |
const task< T > & | task | ) |
const |
|
inline |
◆ any_failed
| std::shared_ptr<std::atomic<bool> > dispatch_queue::detail::when_all_helper::any_failed = std::make_shared<std::atomic<bool>>(false) |
◆ future
| std::shared_ptr<detail::task_future<void> > dispatch_queue::detail::when_all_helper::future = detail::task_future<void>::create_pending() |
◆ result_count
| std::shared_ptr<std::atomic<size_t> > dispatch_queue::detail::when_all_helper::result_count |
The documentation for this struct was generated from the following file: