Skip to main content

What bytekit/async includes

  • retry for transient failures
  • parallel for bounded concurrency
  • race and allSettled for coordinated execution
  • sleep and timeout for timing control
  • debounceAsync and throttleAsync for UI and event-heavy flows

Retry unstable operations

Limit concurrency with parallel

Add timeouts to long-running work

Race multiple sources

Use bytekit/async when you want these utilities without pulling in the rest of the package surface.