Module futures_util::future::poll_immediate
source · Structs§
- Future for the
poll_immediate
function.
Functions§
- Creates a future that is immediately ready with an Option of a value. Specifically this means that poll always returns Poll::Ready.