[−][src]Trait drone_cortex_m::thr::StreamRootExt
Required methods
ⓘImportant traits for StreamRootWait<'a, T>fn root_wait(self) -> StreamRootWait<'a, Self> where
Self: Sized,
ⓘImportant traits for StreamRootWait<'a, T>
Self: Sized,
Turn a stream into a blocking iterator.
When next is called on the resulting StreamRootWait, the caller
will be blocked until the next element of the Stream becomes
available.
WARNING The resulting StreamRootWait will be blocking preempted
threads. It is recommended to use this method only on the lowest
priority thread.
Implementors
impl<'a, T: Stream> StreamRootExt<'a> for T[src]
ⓘImportant traits for StreamRootWait<'a, T>fn root_wait(self) -> StreamRootWait<'a, Self> where
Self: Sized, [src]
ⓘImportant traits for StreamRootWait<'a, T>
Self: Sized,