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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesAsync Coordination Primitives

Synchronization tools like latches and mutexes specifically designed for coordinating asynchronous tasks.

Distinct from Concurrent Task Groups: Distinct from Task Groups: covers individual synchronization primitives rather than just grouping tasks for aggregation.

Explore 3 awesome GitHub repositories matching development tools & productivity · Async Coordination Primitives. Refine with filters or upvote what's useful.

Awesome Async Coordination Primitives GitHub Repositories

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

    CL0610/Java-concurrency

    4,590GitHub पर देखें↗

    यह Java समवर्ती लाइब्रेरी मल्टी-थ्रेडेड निष्पादन, सिंक्रोनाइज़ेशन और मेमोरी स्थिरता को मैनेज करने के लिए टूल्स का एक सूट प्रदान करती है। यह लॉक-फ्री एटॉमिक्स, थ्रेड-सेफ कलेक्शंस, कार्य समन्वय प्रिमिटिव्स और वर्कर पूल्स के माध्यम से समवर्ती निष्पादन को लागू करने के लिए एक व्यापक फ्रेमवर्क के रूप में कार्य करती है। इस प्रोजेक्ट में एक समर्पित थ्रेड सिंक्रोनाइज़ेशन टूलकिट शामिल है जिसमें समवर्ती कार्यों के समय और क्रम को समन्वित करने के लिए लैचेस, बैरियर और सेमाफोर शामिल हैं। यह मैप्स, कतारों और सूचियों का एक समवर्ती संग्रह सूट भी प्रदान करता है जो मैन्युअल लॉकिंग के बिना डेटा साझाकरण को सक्षम बनाता है, साथ ही बुनियादी प्रकारों और संदर्भों के लिए लॉक-फ्री अपडेट के लिए एक एटॉमिक ऑपरेशन फ्रेमवर्क भी प्रदान करता है। लाइब्रेरी संसाधन उपयोग को अनुकूलित करने के लिए थ्रेड पूल प्रबंधन, डेटा दृश्यता सुनिश्चित करने के लिए मेमोरी मॉडल विश्लेषण, और रेस कंडीशंस को रोकने के लिए विभिन्न लॉक प्रबंधन तंत्रों सहित व्यापक क्षमता क्षेत्रों को कवर करती है। ये टूल्स सामूहिक रूप से मल्टी-थ्रेडेड एप्लिकेशन के विकास का समर्थन करते हैं जो साझा मेमोरी में सुसंगत स्टेट ट्रांज़िशन बनाए रखते हैं।

    Provides coordination primitives such as latches, barriers, and semaphores to synchronize the timing of concurrent tasks.

    concurrencyconcurrent-programminginterview
    GitHub पर देखें↗4,590
  • lewissbaker/cppcorolewissbaker का अवतार

    lewissbaker/cppcoro

    3,818GitHub पर देखें↗

    cppcoro is a C++ coroutine library and concurrency toolkit providing primitives for asynchronous tasks, lazy generators, and non-blocking execution. It functions as an asynchronous I/O framework for managing network sockets and file operations through an event loop. The library features a work-stealing thread pool for distributing tasks across multiple cores and a set of async generators for producing lazy sequences of values both synchronously and asynchronously. It includes a concurrency toolkit with async mutexes, latches, and shared tasks to coordinate multi-threaded execution. Its capab

    Ships a concurrency toolkit with async mutexes and latches to coordinate multi-threaded execution.

    C++asyncasync-awaitasynchronous-programming
    GitHub पर देखें↗3,818
  • stephencleary/asyncexStephenCleary का अवतार

    StephenCleary/AsyncEx

    3,719GitHub पर देखें↗

    AsyncEx is a .NET asynchronous synchronization library providing a collection of primitives to coordinate tasks and manage execution flow. It implements mechanisms for asynchronous resource locking, event signaling, and concurrency control to ensure correct execution order in environments supporting async/await. The library includes an asynchronous lock implementation to protect shared resources without blocking threads, an async semaphore controller to limit simultaneous operations, and an event signaling system to manage the startup and shutdown of asynchronous workflows. The toolkit cover

    Provides a comprehensive set of synchronization primitives specifically designed for .NET asynchronous tasks.

    C#asyncasync-awaitasyncex
    GitHub पर देखें↗3,719
  1. Home
  2. Development Tools & Productivity
  3. Thread Managers
  4. Execution Thread Coordinators
  5. Concurrent Task Groups
  6. Async Coordination Primitives