|
pars 0.2.1.99
|
#include <klass.h>

Public Types | |
| using | event_type = event_t |
Static Public Member Functions | |
| template<template< typename > typename kind_of> requires kind_c<kind_of> | |
| static constexpr executes | exec_policy () |
| an event_t executes synchronously in every possibile kind_of<event_t> | |
Static Public Attributes | |
| static constexpr bool | requires_network = true |
| by default, an event_t requires network | |
| using pars::ev::base_klass< event_t >::event_type = event_t |
|
inlinestaticconstexpr |
an event_t executes synchronously in every possibile kind_of<event_t>
Definition at line 61 of file klass.h.
References pars::ev::sync.
Referenced by pars::ev::klass<::pars_example::event::fib_requested >::exec_policy().

|
staticconstexpr |