Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Doneshot.rs270 pub struct Receiver<T> { struct
274 impl<T> Receiver<T> { argument
383 impl<T> Drop for Receiver<T> { implementation
389 impl<T> Future for Receiver<T> { implementation