rust-extensions/crates/runc/src
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
..
asynchronous OpenOptions in blocking mod is a time-consuming operation. 2025-01-09 02:57:43 +00:00
synchronous OpenOptions in blocking mod is a time-consuming operation. 2025-01-09 02:57:43 +00:00
container.rs Run fmt 2022-09-29 11:55:31 -07:00
error.rs Run fmt 2022-09-29 11:55:31 -07:00
events.rs renamed crate and applied recommended changes 2022-02-04 00:39:39 +00:00
lib.rs OpenOptions in blocking mod is a time-consuming operation. 2025-01-09 02:57:43 +00:00
monitor.rs Run fmt 2022-09-29 11:55:31 -07:00
options.rs Fix clippy 2024-12-31 14:33:44 -08:00
utils.rs fix: Correct lint warnings, bump toolchain version due to `cargo::key=value` build directive which is reserved for future use 2024-10-05 14:55:48 +00:00