Module poll_immediate

Source

Structs§

PollImmediate
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.