Macro futures::poll [−][src]
A macro which returns the result of polling a future once within the
current async
context.
This macro is only usable inside of async
functions, closures, and blocks.
A macro which returns the result of polling a future once within the
current async
context.
This macro is only usable inside of async
functions, closures, and blocks.