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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesAsynchronous Spawning

Spawns child processes non-blocking and handles exit status and output asynchronously.

Distinct from Child Process Execution: Distinct from general process execution by focusing specifically on asynchronous non-blocking spawning and interaction.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Asynchronous Spawning. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Workflow Automation Integrations
  5. External Application Integrations
  6. Child Process Execution

Awesome Asynchronous Spawning GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • php-standard-library/php-standard-libraryAvatar de php-standard-library

    php-standard-library/php-standard-library

    1,552Voir sur GitHub↗

    The php-standard-library is a comprehensive toolkit for functional programming and asynchronous networking in PHP, featuring typed data structures, structured concurrency, and composable validation mechanisms. It provides explicit result types and pure collection transformers that separate lists from dictionaries, eliminating traditional array key confusion and error-throwing patterns. The library supports concurrent execution through lightweight user-space fibers, message-passing channels, and non-blocking event loops, driving asynchronous TCP, TLS, UDP, and Unix socket servers without relyi

    Spawns and manages child processes and external system commands using a typed, non-blocking interface with stream capture.

    PHPansiasynccollection
    Voir sur GitHub↗1,552
  • reactphp/event-loopAvatar de reactphp

    reactphp/event-loop

    1,329Voir sur GitHub↗

    An asynchronous I/O and reactor event loop library for PHP, this project provides core primitives for coordinating non-blocking operations, managing system resources, and scheduling background tasks. The runtime executes concurrent operations by continuously running tick-based loop iterations that process pending timers, network streams, deferred callbacks, and system signals through efficient system-level polling mechanisms. The library coordinates event-driven execution using asynchronous timers for one-off or periodic tasks, next-tick deferred execution for breaking down workloads, and str

    Spawns and interacts with external processes asynchronously to run system commands alongside other tasks.

    PHPevent-loopphpreactphp
    Voir sur GitHub↗1,329
  • Asynchronous Spawning