Module radn::func::instances::future

source ·
Expand description

Async Monad based on Pin<Box<dyn Future>> (see: Pin, Box::pin, Future). This generally allows just using .await on wrapped instances.

For sync, see solo.

For fallible futures, see tryfuture.

Structs