Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grand-central-dispatch

How to dispatch on main queue synchronously without a deadlock?

What's the difference between the "global queue" and the "main queue" in GCD?

How to stop the execution of tasks in a dispatch queue?

Operation Queue vs Dispatch Queue for iOS Application

Do you need to create an NSAutoreleasePool within a block in GCD?

using dispatch_sync in Grand Central Dispatch

dispatch_once after the Swift 3 GCD API changes

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