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-timeout

0
View on GitHub↗
302 stars·36 forks·JavaScript·MIT·6 views

P Timeout

Timeout a promise after a specified amount of time

Features

  • Promise Utilities - Adds timeout functionality to promises.
  • Timing and Delays - Timeout a promise after a specified duration.

Star history

Star history chart for sindresorhus/p-timeoutStar history chart for sindresorhus/p-timeout

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 Timeout

These projects share indexed features with P Timeout. 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-throttlesindresorhus avatar

    sindresorhus/p-throttle

    519View on GitHub↗

    Throttle promise-returning & async functions

    JavaScript
    View on GitHub↗519
  • sindresorhus/delaysindresorhus avatar

    sindresorhus/delay

    626View on GitHub↗

    Delay a promise a specified amount of time

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

    sindresorhus/p-time

    74View on GitHub↗

    Measure the time a promise takes to resolve

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

Frequently asked questions

What does sindresorhus/p-timeout do?

Timeout a promise after a specified amount of time

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

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

Which projects share features with sindresorhus/p-timeout?

Projects with overlapping indexed features include: sindresorhus/p-throttle — Throttle promise-returning & async functions. 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-time — Measure the time a promise takes to resolve. kevinoid/promise-nodeify — promise-nodeify.