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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesAsynchronous Bridge Patterns

Architectural patterns for handling asynchronous communication between native threads and high-level language environments.

Distinct from Promise-Callback Unification: The candidates are focused on testing utilities or specific converter functions, not the architectural pattern of bridge-based asynchronous communication.

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

Awesome Asynchronous Bridge Patterns GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • marcshilling/react-native-image-pickermarcshilling का अवतार

    marcshilling/react-native-image-picker

    8,638GitHub पर देखें↗

    This project is a cross-platform mobile media picker that provides a native interface for selecting images and videos from a device gallery or capturing them via the camera. It acts as a bridge for mobile camera integration and a native gallery selector to import visual assets into a JavaScript environment. The library covers media library access and the handling of user content uploads by allowing users to provide image or video files from their device. This includes the ability to launch the device camera for photos and videos as well as selecting multiple media files from the local library

    Implements asynchronous promise-based callbacks to return media URIs from native threads to JavaScript.

    Java
    GitHub पर देखें↗8,638
  • zoontek/react-native-permissionszoontek का अवतार

    zoontek/react-native-permissions

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

    react-native-permissions is a cross-platform permissions library that provides a unified interface for requesting and checking system permissions across iOS, Android, and Windows. It functions as a permission status manager and device capability auditor to determine if access to sensitive data or hardware is granted, denied, or blocked. The project includes a media access controller to handle limited access to photos and contacts through system-native pickers. It also features a system settings integrator that directs users to device settings pages to manually toggle application and notificat

    Implements architectural patterns to manage asynchronous communication between JavaScript and native system dialogs.

    Objective-C++authorizationpermissionsreact
    GitHub पर देखें↗4,370
  • mutualmobile/mmwormholemutualmobile का अवतार

    mutualmobile/MMWormhole

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

    MMWormhole Apple प्लेटफॉर्म्स के लिए एक इंटर-प्रोसेस कम्युनिकेशन लाइब्रेरी है जिसे अलग-अलग एप्लिकेशन प्रोसेसेस और एक्सटेंशन्स के बीच आर्काइव्ड संदेशों को पास करने और नोटिफिकेशन ट्रिगर करने के लिए डिज़ाइन किया गया है। यह एक कम्युनिकेशन ब्रिज के रूप में कार्य करता है जो साझा स्टोरेज और विशेष सेशन हैंडलर्स के माध्यम से एक मुख्य एप्लिकेशन और उसके एक्सटेंशन्स के बीच डेटा और कमांड्स के आदान-प्रदान को सक्षम बनाता है। यह लाइब्रेरी एक साझा स्टोरेज डेटा ट्रांसपोर्ट विधि प्रदान करती है जो अलग-थलग वातावरण को पाटने के लिए साझा एप्लिकेशन ग्रुप्स के भीतर फाइल-आधारित आर्काइविंग का उपयोग करती है। इसमें मोबाइल एप्लिकेशन्स और पहनने योग्य उपकरणों (wearable devices) के बीच डेटा रिले करने के लिए एक वॉच कनेक्टिविटी फ्रेमवर्क भी शामिल है। यह सिस्टम डेटा चेंज नोटिफिकेशन्स देने के लिए सिस्टम सिग्नल्स के साथ-साथ डेटा फ्लो को नियंत्रित करने के लिए कस्टम मैसेज ट्रांसपोर्ट प्रोटोकॉल का समर्थन करता है। यह विभिन्न सिस्टम टारगेट्स पर ऐप ग्रुप डेटा सिंक्रोनाइज़ेशन और इंटर-प्रोसेस डेटा एक्सचेंज के लिए उच्च-स्तरीय पैटर्न्स को कवर करता है।

    Provides a decoupled bridge for passing commands and data between isolated process environments.

    Objective-C
    GitHub पर देखें↗3,936
  • jakewharton/retrofit2-kotlin-coroutines-adapterJakeWharton का अवतार

    JakeWharton/retrofit2-kotlin-coroutines-adapter

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

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

    Translates synchronous network call objects into non-blocking coroutine primitives to prevent thread starvation during high-latency data retrieval tasks.

    Kotlin
    GitHub पर देखें↗1,962
  1. Home
  2. Software Engineering & Architecture
  3. Asynchronous Bridge Patterns

सब-टैग एक्सप्लोर करें

  • Inter-Process Message BridgesBridges designed to pass messages between separate application processes or extensions. **Distinct from Asynchronous Bridge Patterns:** Distinct from Asynchronous Bridge Patterns: focuses on IPC between OS processes rather than native-to-high-level language thread bridging.
  • Network Request BridgesMechanisms that translate synchronous network call objects into non-blocking coroutine primitives to prevent thread starvation. **Distinct from Asynchronous Bridge Patterns:** Distinct from Script Execution Bridges: focuses on network-specific request translation rather than general script execution.