YACLib
C++ library for concurrent tasks execution
|
#include <yaclib/algo/detail/base_core.hpp>
#include <yaclib/exe/executor.hpp>
#include <yaclib/util/detail/default_event.hpp>
#include <yaclib/util/detail/mutex_event.hpp>
#include <yaclib/util/helper.hpp>
#include <yaclib/util/ref.hpp>
Go to the source code of this file.
Classes | |
class | yaclib::OneShotEvent |
This class useful to wait or co_await some event. More... | |
struct | yaclib::OneShotEvent::Waiter |
Waiter is public for advanced users. More... | |
struct | yaclib::OneShotEvent::TimedWaiter |
Public only because Waiter is public. More... | |
Namespaces | |
namespace | yaclib |