Crates.io | async_linux_spec_fd |
lib.rs | async_linux_spec_fd |
version | 0.1.2 |
source | src |
created_at | 2021-07-21 05:12:37.770337 |
updated_at | 2021-07-21 05:30:07.601125 |
description | asynchronous linux specific fd in rust. |
homepage | |
repository | https://github.com/NobodyXu/async-linux-spec-fd |
max_upload_size | |
id | 425381 |
size | 19,383 |
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.