Module futures_util::future::poll_immediate

source ·

Structs§

Functions§

  • Creates a future that is immediately ready with an Option of a value. Specifically this means that poll always returns Poll::Ready.