rust-extensions/crates/runc/src/asynchronous
jokemanfire a345bac309 OpenOptions in blocking mod is a time-consuming operation.
1.Prevent it from blocking a tokio thread. Change sync to async.
2.Add pipe unit test which I found error in Pipe new.

Signed-off-by: jokemanfire <hu.dingyang@zte.com.cn>
2025-01-09 02:57:43 +00:00
..
io.rs OpenOptions in blocking mod is a time-consuming operation. 2025-01-09 02:57:43 +00:00
mod.rs OpenOptions in blocking mod is a time-consuming operation. 2025-01-09 02:57:43 +00:00
pipe.rs OpenOptions in blocking mod is a time-consuming operation. 2025-01-09 02:57:43 +00:00