YACLib
C++ library for concurrent tasks execution
|
#include <yaclib/algo/detail/base_core.hpp>
#include <yaclib/algo/detail/inline_core.hpp>
#include <array>
#include <vector>
Go to the source code of this file.
Classes | |
struct | yaclib::detail::EventHelperCallback< Event > |
struct | yaclib::detail::StaticSharedEvent< Event, SharedCount > |
struct | yaclib::detail::DynamicSharedEvent< Event > |
Namespaces | |
namespace | yaclib |
namespace | yaclib::detail |
Functions | |
template<typename Event , typename... Handles> | |
void | yaclib::detail::SetCallbacksStatic (Event &event, Handles... handles) |
template<typename Event , typename It > | |
void | yaclib::detail::SetCallbacksDynamic (Event &event, It it, std::size_t count) |