YACLib
C++ library for concurrent tasks execution
|
#include <shared_event.hpp>
Public Member Functions | |
DynamicSharedEvent (size_t total_count) | |
Public Attributes | |
std::vector< EventHelperCallback< Event > > | callbacks |
Static Public Attributes | |
static constexpr bool | kShared = true |
Definition at line 53 of file shared_event.hpp.
|
inlineexplicit |
Definition at line 56 of file shared_event.hpp.
std::vector<EventHelperCallback<Event> > yaclib::detail::DynamicSharedEvent< Event >::callbacks |
Definition at line 59 of file shared_event.hpp.
|
staticconstexpr |
Definition at line 54 of file shared_event.hpp.