Module future

Source
Expand description

Futures can be ABI-stable if you wish hard enough

Structs§

MaybeResolved
A future that may have already been resolved from the moment it was constructed.
StabbyVtableFuture
An stabby-generated item for Future
StableWaker
An ABI-stable waker.

Traits§

Future
core::future::Future, but ABI-stable.
FutureDyn
An stabby-generated item for Future
FutureDynMut
An stabby-generated item for Future

Type Aliases§

DynFuture
A type alias for dynptr!(Box<dyn Future<Output = Output> + Send + Sync + 'a>)
DynFutureUnsend
A type alias for dynptr!(Box<dyn Future<Output = Output> + 'a>)
DynFutureUnsync
A type alias for dynptr!(Box<dyn Future<Output = Output> + Send + 'a>)