Search code examples
How to execute a functor or a lambda in a given thread in Qt, GCD-style?...


c++multithreadingqtgrand-central-dispatch

Read More
Wait until swift for loop with asynchronous network requests finishes executing...


swiftasynchronousgrand-central-dispatchnsoperation

Read More
need some clarifications about dispatch queue, thread and NSRunLoop...


iosmultithreadinggrand-central-dispatchnsthreadnsrunloop

Read More
Why is it necessary to call dispatch_group_leave the same number of times as dispatch_group_enter?...


objective-cgrand-central-dispatch

Read More
Dispatch semaphore signal on wait timeout...


iosobjective-ccocoaswiftgrand-central-dispatch

Read More
In Swift, how can I get an NSDate from a dispatch_time_t?...


iosswiftnsdategrand-central-dispatch

Read More
How does Grand Central Dispatch really use the operating system?...


iosobjective-cgrand-central-dispatch

Read More
Why am I getting deadlock with dispatch_once?...


iosobjective-cmacosgrand-central-dispatchsemaphore

Read More
dispatch_source_cancel on a suspended timer causes EXC_BAD_INSTRUCTION...


iphoneiosios5grand-central-dispatchdispatchertimer

Read More
Order of operations in runloop on iOS...


iosgrand-central-dispatchnsthreadnsrunloop

Read More
Get current dispatch queue?...


iphoneiosobjective-cgrand-central-dispatchdispatch

Read More
Why does this code cause "EXC_BAD_INSTRUCTION"?...


iphoneiosgrand-central-dispatch

Read More
How do you schedule a block to run on the next run loop iteration?...


objective-ccocoacocoa-touchgrand-central-dispatchnsrunloop

Read More
What happens to the outer dispatch context when you call .sync from .async?...


swiftgrand-central-dispatch

Read More
Why my App freezes because of Task in Swift?...


swiftcocoagrand-central-dispatch

Read More
RunLoop vs DispatchQueue as Scheduler...


swiftgrand-central-dispatchnsrunloopcombine

Read More
Concurrent vs serial queues in GCD...


iosmultithreadingconcurrencygrand-central-dispatch

Read More
dispatch_group_async within dispatch_group_notify...


iosobjective-cgrand-central-dispatch

Read More
Asynchronous Image Loading Flickering?...


iphoneasynchronoustableviewgrand-central-dispatchflicker

Read More
What's difference btw DispatchQueue.global(qos: .background).async {} and Task(priority: .backgr...


swiftgrand-central-dispatchswift-concurrency

Read More
How to call async function asynchronously without awaiting for the result...


swiftasynchronousasync-awaitgrand-central-dispatchswift5

Read More
Barrier operations in NSOperationQueue...


objective-cgrand-central-dispatchnsoperationqueuebarrier

Read More
Use queue and semaphore for concurrency and property wrapper?...


swiftconcurrencygrand-central-dispatchsemaphore

Read More
SwiftUI toasts not Dismissing...


iosswiftuigrand-central-dispatchdispatch-queue

Read More
Unexpected Result with GCD Priorities...


iosswiftmultithreadinggrand-central-dispatch

Read More
Memory pressure detection is not working on MacOS...


objective-cmacosgrand-central-dispatch

Read More
Swift iOS -DispatchWorkItem is still running even though it's getting Cancelled and Set to Nil...


iosswiftgrand-central-dispatchdispatchworkitem

Read More
Apple's dispatch vs OpenMP to parallelize a for loop on Apple MacBook Pro with M3Pro...


cmultithreadingperformanceopenmpgrand-central-dispatch

Read More
Is there an method to stop the flow until I get response from API in Swift?...


iosswiftpostgrand-central-dispatch

Read More
Why concurrent queue with sync act like serial queue?...


swiftconcurrencygrand-central-dispatchconcurrent-queue

Read More
BackNext