awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesGrand Central Dispatch

Utilities and syntax helpers for managing GCD queues and timers.

Explore 3 awesome GitHub repositories matching part of an awesome list · Grand Central Dispatch. Refine with filters or upvote what's useful.

Awesome Grand Central Dispatch GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tonymillion/reachabilitytonymillion 的头像

    tonymillion/Reachability

    6,961在 GitHub 上查看↗

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

    Utilizes Grand Central Dispatch to receive real-time network reachability updates without blocking the main thread.

    Objective-C
    在 GitHub 上查看↗6,961
  • ios-swift-developers/swiftiOS-Swift-Developers 的头像

    iOS-Swift-Developers/Swift

    1,927在 GitHub 上查看↗

    This repository serves as a comprehensive educational resource for developers building applications within the Apple software ecosystem. It provides a structured guide to the Swift programming language, offering curated examples and documentation that cover core syntax, standard development practices, and foundational programming concepts. The project focuses on practical implementation, demonstrating architectural patterns and interface designs tailored for mobile hardware. It includes guidance on managing asynchronous data flows, integrating multimedia and networking capabilities, and imple

    Manages concurrent tasks by offloading work to system-level thread pools for balanced execution.

    Cswiftswift-3swift-4
    在 GitHub 上查看↗1,927
  • onthecodepath/ios-interview-questionsonthecodepath 的头像

    onthecodepath/iOS-Interview-Questions

    987在 GitHub 上查看↗

    This project is a curated collection of technical questions and answers designed to assist developers in preparing for software engineering interviews within the iOS ecosystem. It serves as a structured study tool for evaluating proficiency in mobile application architecture, system design, and core programming concepts. The repository provides a comprehensive reference for essential development topics, including memory management, concurrency, design patterns, and data persistence. By covering these foundational areas, it enables users to review common industry interview subjects and test th

    Provides utilities and syntax helpers for managing concurrent task distribution across processor cores.

    interview-practiceinterview-questionsios
    在 GitHub 上查看↗987
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Grand Central Dispatch