Module ordered

Source
Expand description

Ordered thread pool implementation.

See OrderedThreadpool for more detailed documentation.

Structs§

InitializedOrderedThreadpoolBuilder
A builder for an OrderedThreadpool with an initializer configured.
OrderedThreadpool
An ordered thread pool.
OrderedThreadpoolBuilder
A builder for an OrderedThreadpool.
OrderedThreadpoolIter
An iterator over an OrderedThreadpool.

Traits§

FilterMapAsync
Extension trait to provide the filter_map_async function for iterators.
FilterMapMultithread
Extension trait to provide the filter_map_multithread function for iterators.