Module alsa::poll

source ·
Expand description

Tiny poll ffi

A tiny wrapper around libc’s poll system call.

Structs

Traits

Functions

  • Wrapper around the libc poll call.
  • Builds a pollfd array, polls it, and returns the poll descriptors which have non-zero revents.