1 个仓库
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.
Reachability 是一个 Objective-C 网络连接库,旨在监控 Apple 平台应用内的互联网访问和接口可用性。它作为一个内存管理的包装器,用于跟踪网络可达性,确保与自动引用计数兼容。 该库利用 Grand Central Dispatch 来监控网络接口变化并触发异步通知。它采用基于块的调度,在检测到网络可达性状态变化时立即执行自定义闭包。 该项目涵盖网络连接监控,允许应用跟踪设备何时获得或失去互联网访问。它包括处理离线状态以及配置哪些特定网络连接类型被视为可达的功能。
Provides block-based dispatch to execute custom closures immediately upon detecting network state changes.