awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
sindresorhus avatar

sindresorhus/p-throttle

0
View on GitHub↗
519 stars·32 forks·JavaScript·MIT·12 views

P Throttle

Throttle promise-returning & async functions

Features

  • Promise Utilities - Throttles promise-returning function execution.
  • Timing and Delays - Throttle promise-returning functions.

Star history

Star history chart for sindresorhus/p-throttleStar history chart for sindresorhus/p-throttle

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with P Throttle

These projects share indexed features with P Throttle. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • sindresorhus/p-debouncesindresorhus avatar

    sindresorhus/p-debounce

    236View on GitHub↗

    Debounce promise-returning & async functions

    JavaScript
    View on GitHub↗236
  • sindresorhus/p-timesindresorhus avatar

    sindresorhus/p-time

    74View on GitHub↗

    Measure the time a promise takes to resolve

    JavaScript
    View on GitHub↗74
  • sindresorhus/delaysindresorhus avatar

    sindresorhus/delay

    626View on GitHub↗

    Delay a promise a specified amount of time

    JavaScript
    View on GitHub↗626
  • sindresorhus/p-timeoutsindresorhus avatar

    sindresorhus/p-timeout

    302View on GitHub↗

    Timeout a promise after a specified amount of time

    JavaScript
    View on GitHub↗302
Compare all 30 related projects→

Frequently asked questions

What does sindresorhus/p-throttle do?

Throttle promise-returning & async functions

What are the main features of sindresorhus/p-throttle?

The main features of sindresorhus/p-throttle are: Promise Utilities, Timing and Delays.

Which projects share features with sindresorhus/p-throttle?

Projects with overlapping indexed features include: sindresorhus/p-time — Measure the time a promise takes to resolve. sindresorhus/p-wait-for — Wait for a condition to be true. sindresorhus/delay — Delay a promise a specified amount of time. sindresorhus/p-debounce — Debounce promise-returning & async functions. sindresorhus/p-timeout — Timeout a promise after a specified amount of time. kevinoid/promise-nodeify — promise-nodeify.