Creates a new epoll instance.
fn epoll_create(flags: i32) -> i32
| Name | Description |
|---|---|
| flags | The flags to be used for creating the file descriptor. |
Returns the file descriptor or an error value.
Unless lrs was compiled with the no-auto-cloexec flag, this function automatically adds the EPOLL_CLOEXEC flag.