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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesAsynchronous Callback Dispatchers

Mechanisms for executing custom closure blocks in response to system events.

Distinct from Notification Object Blocking Waits: Focuses on the execution of block-based callbacks for state changes rather than UI notifications or kernel-level blocking waits.

Explore 1 awesome GitHub repository matching software engineering & architecture · Asynchronous Callback Dispatchers. Refine with filters or upvote what's useful.

Awesome Asynchronous Callback Dispatchers GitHub Repositories

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

    tonymillion/Reachability

    6,961عرض على GitHub↗

    Reachability is an Objective-C network connectivity library designed to monitor internet access and interface availability within Apple platform applications. It serves as a memory-managed wrapper for tracking network reachability, ensuring compatibility with automatic reference counting. The library utilizes Grand Central Dispatch to monitor network interface changes and trigger asynchronous notifications. It employs block-based dispatch to execute custom closures immediately upon detecting a change in the network reachability state. The project covers network connectivity monitoring, allow

    Provides block-based dispatch to execute custom closures immediately upon detecting network state changes.

    Objective-C
    عرض على GitHub↗6,961
  1. Home
  2. Software Engineering & Architecture
  3. Asynchronous Callback Dispatchers