Return an error instead of blocking.
const EFD_DONT_BLOCK: EventfdFlags = EventfdFlags(cty::EFD_NONBLOCK);
eventfd(2) and EFD_NONBLOCK therein