zed/crates/nc/src
Lukas Wirth 797276bc73
smol: Use Unblock instead of Async for stdin, stdout and stderr handles (#46141)
as per its documentation:

`Async` supports all networking types, as well as some OS-specific file
descriptors like timerfd and inotify.

However, do not use `Async` with types like File, Stdin, Stdout, or
Stderr because all operating systems have issues with them when put in
non-blocking mode.

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2026-01-06 08:14:34 +00:00
..
nc.rs smol: Use Unblock instead of Async for stdin, stdout and stderr handles (#46141) 2026-01-06 08:14:34 +00:00