Search code examples
Why can't we use a dispatch_sync on the current queue?...

objective-cmultithreadingobjective-c-blocksgrand-central-dispatch

Read More
lock and unlock dispatch_queue_t in async task...

swiftgrand-central-dispatch

Read More
How to perform RxSwift in the background?...

multithreadingconcurrencygrand-central-dispatchrx-swift

Read More
Will dismissing a vc before a DispatchGroup finishes crash the app?...

iosswiftgrand-central-dispatch

Read More
How can I use dispatch group to start loading at the same time?...

iosswiftgrand-central-dispatchswift5

Read More
handling errors within dispatch queue on the main thread...

iosswiftgrand-central-dispatch

Read More
How to make another async call wait?...

swiftqueuegrand-central-dispatchdispatch-queue

Read More
Do I need to Block_release dispatch_block_t which is in the dispatch_barrier_async when no ARC...

objective-cgrand-central-dispatchdispatch-async

Read More
Several tasks inside a DispatchGroup. Will they run in order?...

swiftgrand-central-dispatch

Read More
DispatchQueue threads don't always set the correct results...

iosswiftgrand-central-dispatchsemaphoredispatch-async

Read More
Max values of semaphore?...

iosswiftgrand-central-dispatchsemaphoredispatch-async

Read More
How to create dispatch queue in Swift 3...

iosswift3xcode8grand-central-dispatchdispatch-after

Read More
How do serial queues differ from concurrent queues?...

iosobjective-cmultithreadingconcurrencygrand-central-dispatch

Read More
SwiftUI DispatchQueue asyncAfter stops working correctly after ten scheduled tasks...

swiftswiftuigrand-central-dispatch

Read More
Can I use pthread mutex under GCD concurrency context...

iosconcurrencypthreadsgrand-central-dispatch

Read More
Swift -is it necessary to call continue when leaving a dispatchGroup...

iosswiftgrand-central-dispatchdispatchgroup

Read More
CFRunLoopPerformBlock vs dispatch_async...

iosmultithreadinggrand-central-dispatch

Read More
Table view images not loading with or without DispatchQueue...

swiftuitableviewasynchronousgrand-central-dispatch

Read More
Escaping closure captures non-escaping parameter 'completion' (Swift 5)...

iosswiftgrand-central-dispatchcompletionhandler

Read More
dispatch_group_t - EXC_BAD_INSTRUCTION...

objective-cgrand-central-dispatch

Read More
Realm accessed from incorrect thread - Swift 3...

iosswiftmultithreadingrealmgrand-central-dispatch

Read More
Are IBActions fired on main queue?...

iosuser-interfacegrand-central-dispatchibaction

Read More
How do I switch off from the main thread in Swift...

swiftgrand-central-dispatch

Read More
How to apply Async/await (like javascript) in iOS Swift?...

iosswiftconcurrencygrand-central-dispatch

Read More
What is a practical example using distantFuture?...

iosgrand-central-dispatchfoundation

Read More
How to ensure two gcd queues run on separate threads?...

objective-cgrand-central-dispatch

Read More
EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0) on dispatch_semaphore_dispose...

iosobjective-cexceptiongrand-central-dispatch

Read More
Puzzled by when copy of vars to func params happens when using GCD...

swiftgrand-central-dispatchdispatch

Read More
SwiftUI updating UI with high frequency data...

mvvmswiftuiobservablegrand-central-dispatchcombine

Read More
When should I use Thread but DispatchQueue on iOS?...

iosmultithreadinggrand-central-dispatch

Read More
BackNext