- Hands-On Design Patterns with Swift
- Florent Vilmart Giordano Scalzo Sergio De Simone
- 83字
- 2021-07-02 14:45:11
Mastering concurrency with Dispatch
Grand Central Dispatch (GCD) is a technology that provides a high-level API for safely dealing with concurrency and leveraging multicore architectures. With Dispatch, you don't need to deal with threads and thread pools anymore; instead, you'll work with operations and queues.
Using GCD, you'll be able to write efficient, multitasking code that scales from few to many CPU cores. Let's begin with the basic concepts of queues and tasks; then we'll cover the different techniques for synchronizing tasks.
推薦閱讀
- 虛擬化與云計算
- Modern Programming: Object Oriented Programming and Best Practices
- 醫療大數據挖掘與可視化
- Ceph源碼分析
- Remote Usability Testing
- 數字媒體交互設計(初級):Web產品交互設計方法與案例
- Construct 2 Game Development by Example
- 企業主數據管理實務
- 計算機視覺
- 中國云存儲發展報告
- Microsoft Dynamics NAV 2015 Professional Reporting
- PostgreSQL高可用實戰
- Unity Game Development Blueprints
- 區塊鏈應用開發指南:業務場景剖析與實戰
- Oracle 內核技術揭密