Trait drone_cortex_m::thread::PStream [] [src]

pub trait PStream: Stream {
    fn wait(self) -> StreamWait<Self>
    where
        Self: Sized
; }

Platform stream extensions.

Required Methods

Important traits for StreamWait<T>

Creates an iterator which blocks the current thread until each item of this stream is resolved.

Implementors