sapling/futures-ext
Pavel Aslanov c845de3bd8 added bounded_traversal
Summary: `bounded_traversal` traverses implicit asynchronous tree specified by `init` and `unfold` arguments, and it also does backward pass with `fold` operation. All `unfold` and `fold` operations are executed in parallel if they do not depend on each other (not related by ancestor-descendant relation in implicit tree) with amount of concurrency constrained by `scheduled_max`.

Reviewed By: jsgf

Differential Revision: D15197796

fbshipit-source-id: 1145497f5cb1c0effee47a4d27698bcf9d88f840
2019-05-21 12:25:51 -07:00
..
src added bounded_traversal 2019-05-21 12:25:51 -07:00
Cargo.toml rust: convert futures-ext to Rust 2018 2019-02-12 08:43:24 -08:00