[−][src]Trait drone_cortexm::thr::FutureRootExt
Required methods
pub fn root_wait(self) -> Self::Output[src]
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.