embassy_
futures
0.1.1
Modules
join
select
Functions
block_on
poll_once
yield_now
embassy_futures
Function
poll_once
Copy item path
Settings
Help
Summary
Source
pub fn poll_once<F: Future>(fut: F) -> Poll<F::Output>
Expand description
Poll a future once.