#future #parallel #async #windowing #async-task

nightly windowed-futures

Helpers for windowed parallel execution of collections of futures

1 unstable release

0.1.0 Sep 11, 2023

#612 in Science

MIT license

12KB
172 lines

Helpers for windowed parallel execution of futures or tasks.

This provides helpers to spawn or join a set of futures or async tasks while limiting the number of parallel operations to a configurable window size to avoid overwhelming the executor or target services.

Dependencies

~0.7–1MB
~17K SLoC