[][src]Module heim_common::prelude::futures

This module tries to mimic futures crate structure except without re-exporting unused subcrates like executor or compat.

Modules

future

Asynchronous values.

stream

Asynchronous streams.

task

Task notification

Macros

ready

Extracts the successful type of a Poll<T>.