Home
last modified time | relevance | path

Searched refs:async_write (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dylong_tokio_async_file.rs80 macro_rules! async_write { macro
83 fn async_write(b: &mut Bencher) {
115 async_write!(ylong_runtime);
132 async_write!(tokio_runtime);
H A Dylong_tokio_file.rs25 macro_rules! async_write { macro
64 async_write!(&content, file_size);
86 async_write!(&content, file_size);
118 async_write!(&content, file_size);
144 async_write!(&content, file_size);
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dmod.rs21 mod async_write; module
35 pub use async_write::{AsyncWrite, AsyncWriteExt};
H A Dread_task.rs484 use crate::io::async_write::AsyncWriteExt;