awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

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.

Awesome Asynchronous Spawning GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • php-standard-library/php-standard-libraryphp-standard-library का अवतार

    php-standard-library/php-standard-library

    1,552GitHub पर देखें↗

    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
    GitHub पर देखें↗1,552
  • reactphp/event-loopreactphp का अवतार

    reactphp/event-loop

    1,329GitHub पर देखें↗

    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
    GitHub पर देखें↗1,329
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Workflow Automation Integrations
  5. External Application Integrations
  6. Child Process Execution
  7. Asynchronous Spawning