close() fds that have nothing more to read
This commit is contained in:
parent
b11627d030
commit
16f2649334
3 changed files with 108 additions and 67 deletions
|
|
@ -35,7 +35,9 @@ pub(crate) mod prelude {
|
|||
|
||||
pub use bstr::ByteSlice;
|
||||
|
||||
pub use tap::{Pipe, Tap, TapFallible};
|
||||
pub use rustix::io::Errno;
|
||||
|
||||
pub use tap::{Pipe, Tap, TapFallible, TapOptional};
|
||||
|
||||
pub use tracing::{Level, debug, error, info, trace, warn};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue