Crate sigio

Source
Expand description

async io using SIGIO

overriding the SIGIO handler will cause futures created by this crate to hang. File implements traits from tokio, but it should work just as well with other async runtimes.

only works on regular files on GNU systems (only tested on glibc linux)

Structs§

File
a file managed using O_ASYNC

Functions§

init
initialize the signal handler for SIGIO