Evo C++ Library v0.5.1
Classes | Namespaces | Macros
event.h File Reference

Evo async event handling. More...

#include "atomic.h"
#include <functional>

Go to the source code of this file.

Classes

struct  Event
 Event base type used with EventQueue. More...
 
class  EventLambda
 Implement Event using a lambda function (C++11). More...
 
class  EventQueue< T >
 Lock-free event processing queue. More...
 

Namespaces

 evo
 Evo C++ Library namespace.
 

Macros

#define INCL_evo_event_h
 

Detailed Description

Evo async event handling.

Macro Definition Documentation

◆ INCL_evo_event_h

#define INCL_evo_event_h