[][src]Module async_macros::utils

Helper re-exports for use in macros.

Modules

future

Asynchronous values.

pin

Types that pin data to its location in memory.

result

Error handling with the Result type.

task

Types and Traits for working with asynchronous tasks.

Functions

poll_fn

Creates a new future wrapping around a function returning Poll.