YACLib
C++ library for concurrent tasks execution
|
#include <shared_event.hpp>
Public Member Functions | |
StaticSharedEvent (size_t total_count) | |
Public Attributes | |
std::array< EventHelperCallback< Event >, SharedCount > | callbacks |
Static Public Attributes | |
static constexpr bool | kShared = true |
Definition at line 42 of file shared_event.hpp.
|
inlineexplicit |
Definition at line 45 of file shared_event.hpp.
References yaclib::detail::StaticSharedEvent< Event, SharedCount >::callbacks.
std::array<EventHelperCallback<Event>, SharedCount> yaclib::detail::StaticSharedEvent< Event, SharedCount >::callbacks |
Definition at line 49 of file shared_event.hpp.
Referenced by yaclib::detail::StaticSharedEvent< Event, SharedCount >::StaticSharedEvent().
|
staticconstexpr |
Definition at line 43 of file shared_event.hpp.