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