futures_
util
0.3.31
Module poll_
immediate
Module Items
Structs
Functions
In futures_
util::
future
futures_util
::
future
Module
poll_immediate
Copy item path
Source
Structs
§
Poll
Immediate
Future for the
poll_immediate
function.
Functions
§
poll_
immediate
Creates a future that is immediately ready with an Option of a value. Specifically this means that
poll
always returns
Poll::Ready
.