17#ifndef TOOLBOX_IO_EVENTFD_HPP
18#define TOOLBOX_IO_EVENTFD_HPP
22#include <sys/eventfd.h>
70 char buf[
sizeof(std::int64_t)];
76 void write(std::int64_t
val, std::error_code&
ec)
noexcept
80 char buf[
sizeof(std::int64_t)];
90 char buf[
sizeof(std::int64_t)];