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

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

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

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

    marcshilling/react-native-image-picker

    8,638عرض على GitHub↗

    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-permissionsالصورة الرمزية لـ zoontek

    zoontek/react-native-permissions

    4,370عرض على GitHub↗

    react-native-permissions هي مكتبة أذونات عبر المنصات توفر واجهة موحدة لطلب والتحقق من أذونات النظام عبر iOS و Android و Windows. تعمل كمدير لحالة الأذونات ومدقق لقدرات الجهاز لتحديد ما إذا كان الوصول إلى البيانات الحساسة أو الأجهزة ممنوحاً أو مرفوضاً أو محجوباً. يتضمن المشروع وحدة تحكم في الوصول إلى الوسائط للتعامل مع الوصول المحدود إلى الصور وجهات الاتصال من خلال أدوات الاختيار الأصلية للنظام. كما يتميز بمكامل لإعدادات النظام يوجه المستخدمين إلى صفحات إعدادات الجهاز لتبديل أذونات التطبيقات والإشعارات يدوياً. تغطي المكتبة نطاقاً واسعاً من إمكانيات التحكم في الوصول، بما في ذلك التحقق من دقة الموقع، وإدارة أذونات الإشعارات، والقدرة على مطالبة المستخدمين بالأذونات مع توضيح الأسباب. على Android، توفر بشكل خاص أدوات لتدقيق قدرات النظام مثل التنبيهات الدقيقة (exact alarms) ونوايا ملء الشاشة (full-screen intents).

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

    Objective-C++authorizationpermissionsreact
    عرض على GitHub↗4,370
  • mutualmobile/mmwormholeالصورة الرمزية لـ mutualmobile

    mutualmobile/MMWormhole

    3,936عرض على GitHub↗

    MMWormhole is an inter-process communication library for Apple platforms designed to pass archived messages and trigger notifications between separate application processes and extensions. It functions as a communication bridge that enables the exchange of data and commands between a main application and its extensions through shared storage and specialized session handlers. The library provides a shared storage data transport method that utilizes file-based archiving within shared application groups to bridge isolated environments. It also includes a watch connectivity framework for relaying

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

    Objective-C
    عرض على GitHub↗3,936
  • jakewharton/retrofit2-kotlin-coroutines-adapterالصورة الرمزية لـ JakeWharton

    JakeWharton/retrofit2-kotlin-coroutines-adapter

    1,962عرض على GitHub↗

    تعمل هذه المكتبة كجسر بين واجهات خدمة الشبكة وبدائيات التزامن غير المتزامنة. تتيح استرجاع البيانات غير المحظور (non-blocking) عن طريق تحويل كائنات طلب الشبكة المتزامنة القياسية إلى أنواع مؤجلة، مما يسمح للمطورين بإدارة مهام الخلفية من خلال أنماط التزامن المنظمة. يعمل المشروع كمكون إضافي لتعريفات خدمة الشبكة، مستخدماً إنشاء الوكيل الديناميكي لاعتراض استدعاءات الطريقة في وقت التشغيل. ومن خلال تعيين تدفقات الاستجابة مباشرة إلى العقود الآجلة القائمة على الروتين المشترك (coroutine-based futures)، فإنه يسهل تنفيذ طلبات 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.