YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::detail::MultiEvent< Event, Counter, Callbacks > Struct Template Reference

#include <wait_event.hpp>

Inheritance diagram for yaclib::detail::MultiEvent< Event, Counter, Callbacks >:
[legend]
Collaboration diagram for yaclib::detail::MultiEvent< Event, Counter, Callbacks >:
[legend]

Static Public Attributes

static constexpr bool kShared = false
 

Detailed Description

template<typename Event, template< typename... > typename Counter, template< typename... > typename... Callbacks>
struct yaclib::detail::MultiEvent< Event, Counter, Callbacks >

Definition at line 62 of file wait_event.hpp.

Member Data Documentation

◆ kShared

template<typename Event , template< typename... > typename Counter, template< typename... > typename... Callbacks>
constexpr bool yaclib::detail::MultiEvent< Event, Counter, Callbacks >::kShared = false
staticconstexpr

Definition at line 63 of file wait_event.hpp.


The documentation for this struct was generated from the following file: