1 unstable release
0.1.0 | Sep 11, 2023 |
---|
#1403 in Data structures
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