YACLib
C++ library for concurrent tasks execution
|
#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>
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 |