Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Enumerations | Variables
Reactor.hpp File Reference
#include <toolbox/io/Epoll.hpp>
#include <toolbox/io/EventFd.hpp>
#include <toolbox/io/Hook.hpp>
#include <toolbox/io/Timer.hpp>
#include <toolbox/io/Waker.hpp>
Include dependency graph for Reactor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  toolbox::io::Reactor
 
class  toolbox::io::Reactor::Handle
 

Namespaces

namespace  toolbox
 
namespace  toolbox::io
 

Typedefs

using toolbox::io::IoSlot = BasicSlot< CyclTime, int, unsigned >
 

Enumerations

enum class  toolbox::io::Priority { toolbox::io::High = 0 , toolbox::io::Low = 1 }
 

Variables

constexpr Duration toolbox::io::NoTimeout {-1}