Files
xet-core/xet_threadpool
Assaf Vayner 39b85696b9 parutils makeover remove async_scoped (#454)
removing async_scoped dep and creating new parallel util to replace
tokio_par_for_each that relied on async_scoped.

Any usage of tokio_par_for_each which is the only fn used out of
parutils has been replaced with the new
`tokio_run_max_concurrency_fold_result_with_semaphore`

TODO:
- [x] add more tests
- [x] use semaphore acquired from the global semaphore provider where/if
relevant.
2025-08-18 15:35:43 -07:00
..