Home
last modified time | relevance | path

Searched refs:take_value_sent (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Doneshot.rs331 .take_value_sent() in try_recv()
397 Ready(self.channel.take_value_sent()) in poll()
402 SENT => Ready(self.channel.take_value_sent()), in poll()
430 fn take_value_sent(&self) -> Result<T, RecvError> { in take_value_sent() functions

Completed in 1 milliseconds