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

0
View on GitHub↗
71 stars·6 forks·JavaScript·MIT·5 views

P Immediate

Returns a promise resolved in the next event loop - think setImmediate()

Features

  • Timing and Delays - Resolve a promise in the next event loop.

Star history

Star history chart for sindresorhus/p-immediateStar history chart for sindresorhus/p-immediate

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 Immediate

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

    sindresorhus/delay

    626View on GitHub↗

    Delay a promise a specified amount of time

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

    sindresorhus/p-debounce

    236View on GitHub↗

    Debounce promise-returning & async functions

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

    sindresorhus/p-min-delay

    177View on GitHub↗

    Delay a promise a minimum amount of time

    JavaScript
    View on GitHub↗177
  • sindresorhus/p-throttlesindresorhus avatar

    sindresorhus/p-throttle

    519View on GitHub↗

    Throttle promise-returning & async functions

    JavaScript
    View on GitHub↗519
Compare all 9 related projects→

Frequently asked questions

What does sindresorhus/p-immediate do?

Returns a promise resolved in the next event loop - think setImmediate()

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

The main features of sindresorhus/p-immediate are: Timing and Delays.

Which projects share features with sindresorhus/p-immediate?

Projects with overlapping indexed features include: sindresorhus/yoctodelay — Delay a promise a specified amount of time. sindresorhus/delay — Delay a promise a specified amount of time. sindresorhus/p-debounce — Debounce promise-returning & async functions. sindresorhus/p-min-delay — Delay a promise a minimum amount of time. sindresorhus/p-throttle — Throttle promise-returning & async functions. sindresorhus/p-time — Measure the time a promise takes to resolve.