dispatch_after - GCD in Swift?
Asked 07 September, 2021
Viewed 2.8K times
  • 56
Votes

I've gone through the iBook from Apple, and couldn't find any definition of it:

Can someone explain the structure of dispatch_after?

dispatch_after(<#when: dispatch_time_t#>, <#queue: dispatch_queue_t?#>, <#block: dispatch_block_t?#>)

26 Answer