Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
EventFd.hpp File Reference
#include <toolbox/io/File.hpp>
#include <sys/eventfd.h>
Include dependency graph for EventFd.hpp:
This graph shows which files directly or indirectly include this file:

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.