Toolbox snapshot
The Reactive C++ Toolbox
|
Go to the source code of this file.
Classes | |
class | toolbox::io::EventFd |
Namespaces | |
namespace | toolbox |
namespace | toolbox::os |
namespace | toolbox::io |
Functions | |
FileHandle | toolbox::os::eventfd (unsigned intval, int flags, std::error_code &ec) noexcept |
Create a file descriptor for event notification. | |
FileHandle | toolbox::os::eventfd (unsigned intval, int flags) |
Create a file descriptor for event notification. | |