YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
wait_group.hpp File Reference
#include <yaclib/algo/detail/wait_event.hpp>
#include <yaclib/algo/one_shot_event.hpp>
#include <yaclib/async/future.hpp>
#include <yaclib/config.hpp>
#include <yaclib/util/detail/set_deleter.hpp>
#include <yaclib/util/type_traits.hpp>
#include <cstddef>
Include dependency graph for wait_group.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yaclib::WaitGroup< Event >
 An object that allows you to Add some amount of async operations and then Wait for it to be Done. More...
 

Namespaces

namespace  yaclib