simultan icon indicating copy to clipboard operation
simultan copied to clipboard

Simultaneously run an async function on any iterable with limited concurrency

Results 1 simultan issues
Sort by recently updated
recently updated
newest added

Hello, I've encountered an issue with simultan when iterable and limit are the same size. The resolved promise has 1 less item than expected. Here's a quick repro. You can...