fn register_eventfd(self: *IO_Uring, fd: os.fd_t) !void
Registers the file descriptor for an eventfd that will be notified of completion events on an io_uring instance. Only a single a eventfd can be registered at any given point in time.
self: *IO_Uring,
fd: os.fd_t,