1 个不稳定版本
0.1.0 | 2021年11月29日 |
---|
#1558 in 异步
7KB
102 行
tokio-async-write-utility
为impl AsyncWrite
类型的辅助函数。
它目前通过以下函数通过trait AsyncWriteUtility
提供以下功能
-
fn poll_write_vectored_all(Pin<&mut Self>, &mut Context<'_>, &mut [IoSlice<'_>]) -> io::Result<()>
-
fn write_vectored_all(&mut self, &mut [IoSlice<'_>]) ->WriteVectorizedAll
它等同于
async fn write_vectored_all(&mut self, &mut [IoSlice<'_>],) -> io::Result<()>
依赖关系
~2.1–3MB
~49K SLoC