Avatar
@GomaIsNiceGuy deadline で指定された時間に main キューで execute のクロージャ式の中身を実行という意味ですね。 (edited)
2:20 PM
DispatchQueue についてちゃんと理解するためには↓あたりを読むと確実です。(もし並行処理について詳しくなければ Introduction から読んだ方が良いです。が、並行処理はそれだけで本が一冊書けるような分野なので、まずは日本語で並行処理について書かれた本を読んで概念を習得した方が良いかもしれません。) https://developer.apple.com/library/content/documentation/General/Conceptual/ConcurrencyProgrammingGuide/OperationQueues/OperationQueues.html#//apple_ref/doc/uid/TP40008091-CH102-SW1
Explains how to implement concurrent code paths in an application.