Hands-On Design Patterns with Swift
上QQ阅读APP看书,第一时间看更新

Synchronization with Dispatch

Dispatch provides powerful tools that help you to write thread-safe code. Let's dive into the different techniques and patterns that are widely used, based upon Dispatch.