Module polling::epoll

source ยท
Expand description

Bindings to epoll (Linux, Android).

Structsยง

Enumsยง

  • Notifier ๐Ÿ”’
    The notifier for Linux.

Constantsยง

  • TS_ZERO ๐Ÿ”’
    timespec value that equals zero.

Functionsยง

  • epoll_flags ๐Ÿ”’
    Get the EPOLL flags for the interest.
  • read_flags ๐Ÿ”’
    Epoll flags for all possible readability events.
  • write_flags ๐Ÿ”’
    Epoll flags for all possible writability events.