Dripline-Cpp  v2.4.2
Dripline Implementation in C++
Public Attributes | List of all members
scheduler< executor, clock >::event Struct Reference

Definition of an event, including the executable object and the scheduler ID. More...

#include <scheduler.hh>

Public Attributes

executable_t f_executable
 
int f_id
 

Detailed Description

template<typename executor = simple_executor, typename clock = std::chrono::system_clock>
struct dripline::scheduler< executor, clock >::event

Definition of an event, including the executable object and the scheduler ID.

Definition at line 105 of file scheduler.hh.

Member Data Documentation

◆ f_executable

executable_t f_executable

Definition at line 107 of file scheduler.hh.

◆ f_id

int f_id

Definition at line 108 of file scheduler.hh.


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