☰
embassy_futures
0.1.1
?
Function
embassy_futures
::
poll_once
source
·
[
−
]
pub fn poll_once<F:
Future
>(fut: F) ->
Poll
<F::
Output
>
Expand description
尝试对一个future进行一次轮询
Poll a future once.