#linux #async #tokio

async_linux_spec_fd

asynchronous linux specific fd in rust

3 releases

0.1.2 Jul 21, 2021
0.1.1 Jul 21, 2021
0.1.0 Jul 21, 2021

#977 in Unix APIs

Custom license

18KB
344 lines

async-linux-spec-fd

asynchronous linux specific fd in rust.

Supports:

  • PidFd for async and efficient method of reaping children process and race-free signal sending.
  • SignalFd for async way of accepting signals.

Dependencies

~3–13MB
~139K SLoC