Module medea_reactive::subscribers_store::progressable::processed[][src]

Future returned from when_*_processed methods of progressable containers.

Structs

AllProcessed

Future returned by when_all_processed() function.

Processed

Future with inner factory. Factory can be unwrapped using Into implementation.

Functions

when_all_processed

Creates AllProcessed Future from the provided Iterator of Factorys.

Type Definitions

Factory

Factory producing a Future in when_all_processed() function.