[−][src]Trait drone_cortex_m::thr::FutureRootExt
Required methods
fn root_wait(self) -> Self::Output
Runs a future to completion on the lowest priority thread.
This method will block the caller until the given future has completed.
WARNING This method will block currently preempted threads. It is recommended to use this method only on the lowest priority thread.