Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grand-central-dispatch

Does ARC support dispatch queues?

Alternatives to dispatch_get_current_queue() for completion blocks in iOS 6?

Waiting until the task finishes

Difference between dispatch_async and dispatch_sync on serial queue?

Concurrent vs serial queues in GCD

iPhone - Grand Central Dispatch main thread

How do I wait for an asynchronously dispatched block to finish?

Wait until swift for loop with asynchronous network requests finishes executing

Waiting until two async blocks are executed before starting another block

In Swift how to call method with parameters on GCD main thread?

How do I dispatch_sync, dispatch_async, dispatch_after, etc in Swift 3, Swift 4, and beyond?

GCD to perform task in main thread

Create singleton using GCD's dispatch_once in Objective-C

How to create dispatch queue in Swift 3

How do I write dispatch_after GCD in Swift 3, 4, and 5?

NSOperation vs Grand Central Dispatch

dispatch_after - GCD in Swift?

How do you trigger a block after a delay, like -performSelector:withObject:afterDelay:?