Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs341 if async_send_preface(&mut writer).await.is_ok() { in launch()
612 async fn async_send_preface<S>(writer: &mut WriteHalf<S>) -> Result<(), DispatchErrorKind> in async_send_preface() function