Crate allochronic_util[][src]

TODO

Macros

select

Polls all passed Futures or Streams until one is ready and returns it. Prioritizes by order.

Structs

PollOnce

Polls a Future a single time, returning Poll. See poll for easier usage.

Yield

Yields to the executor once. See yield for easier usage.

Functions

poll

Polls a Future a single time, returning Poll.

yield

Yields to the executor once.