Search code examples
Using Grand Central Dispatch outside of an application or runloop...

objective-ciosmacoscocoagrand-central-dispatch

Read More
Proper way to do polling in swift?...

swiftgrand-central-dispatchpolling

Read More
Proper use of strongSelf / weakSelf in nested dispatch_after blocks...

iosobjective-cgrand-central-dispatch

Read More
Using `DispatchQueue.concurrentPerform()` inside a Swift actor...

swiftgrand-central-dispatch

Read More
Does a GCD dispatch_async wait on NSLog()?...

ioscocoaconcurrencygrand-central-dispatchnslog

Read More
DispatchQueue.sync { } blocks "thread" or "queue"...

iosswiftmultithreadinggrand-central-dispatch

Read More
Synchronise multiple web service calls in serial order in swift...

iosswiftgrand-central-dispatchdispatch-asyncdispatchworkitem

Read More
dispatch_once after the Swift 3 GCD API changes...

swiftgrand-central-dispatch

Read More
Parallel processing in Python à la Grand Central Dispatch?...

pythonparallel-processinggrand-central-dispatch

Read More
Does a dispatch group block the main thread in iOS?...

swiftgrand-central-dispatchdispatchgroup

Read More
UITableViewCell image from url is wrong at first load...

iosswiftuitableviewuikitgrand-central-dispatch

Read More
How does runLoop in GCD block work without source...

iosobjective-cmultithreadinggrand-central-dispatchnsrunloop

Read More
What is the difference between these DispatchTime calculations?...

iosswiftgrand-central-dispatch

Read More
One method in many Tasks async/await...

swiftasync-awaittaskgrand-central-dispatchurlsession

Read More
DispatchQueue.main.sync returning exc_bad_instruction Swift 3...

iosswiftswift3grand-central-dispatch

Read More
Any way to make dispatch_queue_t work in single thread?...

iosgrand-central-dispatchnsoperationqueuensthread

Read More
Type 'DispatchQueue.Attributes' has no member 'serial'...

iosswiftgrand-central-dispatchswift3

Read More
Swift Concurrency - Sync and Async Task...

swiftgrand-central-dispatchswift-concurrency

Read More
global_queue with qos_class_user_interactive...

iosswiftgrand-central-dispatch

Read More
Waiting until the task finishes...

swiftmultithreadingasynchronousgrand-central-dispatch

Read More
Number of threads created by GCD?...

iosgrand-central-dispatch

Read More
AVAssetWriter finishWritingWithCompletionHandler error with unknown error...

ios6avfoundationgrand-central-dispatchavassetwriter

Read More
In Swift, why is a custom serial queue with a global queue as its target not executed concurrently?...

swiftserializationconcurrencyqueuegrand-central-dispatch

Read More
Why is this Swift Readers-Writers code causing deadlock?...

swiftmultithreadingconcurrencygrand-central-dispatchdispatch-queue

Read More
GCD to perform task in main thread...

objective-cgrand-central-dispatch

Read More
Maximum number of threads with async-await task groups...

iosswiftasync-awaitgrand-central-dispatchswift-concurrency

Read More
What does DispatchWallTime do on iOS?...

iosgrand-central-dispatch

Read More
Swift serial DispatchQueue not executing serially...

swiftgrand-central-dispatchdispatch-asyncdispatch-queue

Read More
Hide loading indicator on debounced search...

swiftconcurrencygrand-central-dispatch

Read More
How can i wait to receive a response from a DispatchWorkItem before moving on to the next request or...

swiftgrand-central-dispatchdispatchdispatch-asyncdispatch-queue

Read More
BackNext