Searched refs:pause (Results 1 – 3 of 3) sorted by relevance
362 pub(crate) fn pause(&self) -> Result<()> { in pause() method809 pub(crate) async fn pause(&self) -> Result<()> { in pause() method810 self.internal.pause()?; in pause()
403 receiver.pause().await?; in process_new_current_direction()
135 …ill not stop the transceiver, instead attached senders and receivers will pause. A transceiver can…