Toolbox snapshot
The Reactive C++ Toolbox
|
#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>
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} |