Crate epoll [] [src]

Modules

util

Structs

EpollEvent

Functions

create1

Attempts to create a new epoll instance

ctl

Calls epoll_ctl(2) with supplied params

wait

Calls epoll_wait(1) with supplied params

Type Definitions

CreateResult

Represents the result of calling epoll_create1

CtlResult

Represents the result of calling epoll_ctrl

WaitResult

Represents the result of calling epoll_wait