Rufflewind / tokio-file-unix

Asynchronous support for epollable files via Tokio on Unix-like platforms

Home Page:https://docs.rs/tokio-file-unix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There should be get_nonblocking.

vi opened this issue · comments

For example, user may want to restore blocking status of stdin or stdout on application exit or interrupt. For this I want to know that status before tokio-file-unix's interference.