Module futures_micro::prelude[][src]

This module has extras that clash with names in [futures-lite], which depends on us.

Re-exports

pub use crate::*;

Functions

or

Returns the result of left or right future, preferring left if both are ready.

zip

Zips two futures, waiting for both to complete.