# Async Throttling Guide

Async throttling manages Promise-returning work at a bounded execution interval. Choose your framework for results, errors, retries, and cleanup examples.

## Choose your framework

- [Vanilla](../framework/vanilla/guides/async-throttling.md)
- [React](../framework/react/guides/async-throttling.md)
- [Preact](../framework/preact/guides/async-throttling.md)
- [Solid](../framework/solid/guides/async-throttling.md)
- [Angular](../framework/angular/guides/async-throttling.md)

Not sure which operation fits your use case? Start with [Which Pacer Utility Should I Choose?](./which-pacer-utility-should-i-choose.md).
