awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • php-standard-library/php-standard-libraryالصورة الرمزية لـ php-standard-library

    php-standard-library/php-standard-library

    1,552عرض على 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
    عرض على GitHub↗1,552
  • reactphp/event-loopالصورة الرمزية لـ reactphp

    reactphp/event-loop

    1,329عرض على 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
    عرض على 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