Home
last modified time | relevance | path

Searched defs:SendPosition (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
H A Darray.rs51 pub(crate) enum SendPosition { enum
76 fn prepare_send(&self) -> SendPosition { in prepare_send()
115 pub(crate) async fn get_position(&self) -> SendPosition { in get_position()