ReactESP 3.3.1
Asynchronous programming for the ESP microcontrollers
Loading...
Searching...
No Matches
event_loop.h File Reference
#include <set>
#include <vector>
#include "events.h"
Include dependency graph for event_loop.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  reactesp::EventLoop
 Asynchronous event loop supporting timed (repeating and non-repeating), interrupt and stream events. More...

Namespaces

namespace  reactesp

Typedefs

using reactesp::ReactESP = EventLoop
using reactesp::TimedReaction = TimedEvent
using reactesp::UntimedReaction = UntimedEvent
using reactesp::DelayReaction = DelayEvent
using reactesp::RepeatReaction = RepeatEvent
using reactesp::ISRReaction = ISREvent
using reactesp::StreamReaction = StreamEvent
using reactesp::TickReaction = TickEvent