YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
shared_event.hpp File Reference
#include <yaclib/algo/detail/base_core.hpp>
#include <yaclib/algo/detail/inline_core.hpp>
#include <array>
#include <vector>
Include dependency graph for shared_event.hpp:
This graph shows which files directly or indirectly include this file:

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)