Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in grand-central-dispatch
Concurrent programming in OpenCL vs Grand Central Dispatch
Mar 23, 2023
concurrency
opencl
objective-c-blocks
grand-central-dispatch
libdispatch
Does every custom GCD queue need an autorelease pool under ARC?
Mar 22, 2023
memory-management
grand-central-dispatch
Synchronize Asynchronous tasks in Objective-C
Mar 20, 2023
objective-c
asynchronous
grand-central-dispatch
synchronous
gcdasyncsocket
GCD - does a serial queue require an `NSLock` or a memory barrier to synchronize work?
Mar 09, 2023
objective-c
grand-central-dispatch
Performance of background queue in swift?
Mar 07, 2023
ios
swift
grand-central-dispatch
Does sync/async behave similar to serial/concurrent i.e., do they both control DispatchQueues or do sync/Async control Threads only
Mar 05, 2023
ios
swift
grand-central-dispatch
dispatch-queue
ios-multithreading
What's the harm of retain self in block?(Objective-C, GCD)
Feb 25, 2023
objective-c
objective-c-blocks
grand-central-dispatch
Recursive synchronization using GCD
Feb 23, 2023
objective-c
multithreading
synchronization
grand-central-dispatch
Creating the loop using GCD
Feb 23, 2023
iphone
objective-c
objective-c-blocks
grand-central-dispatch
What happens if dispatch_main gets called from outside of the main thread?
Feb 19, 2023
macos
grand-central-dispatch
How to pass a SEL to dispatch_async method
Feb 18, 2023
objective-c
selector
grand-central-dispatch
Should I avoid creating JSContexts in global queues?
Feb 16, 2023
ios
objective-c
cocoa-touch
grand-central-dispatch
javascriptcore
Is it sensible to start `CLLocationManager` on a background thread?
Feb 07, 2023
swift
multithreading
grand-central-dispatch
cllocationmanager
nsthread
iOS: dispatch_async and UIImageWriteToSavedPhotosAlbum
Jan 17, 2023
ios
asynchronous
uiimage
save
grand-central-dispatch
Performance of concurrent code using dispatch_group_async is MUCH slower than single-threaded version
Jan 12, 2023
ios
objective-c
macos
concurrency
grand-central-dispatch
Realm accessed from incorrect thread - Swift 3
Jan 07, 2023
ios
swift
multithreading
realm
grand-central-dispatch
Filling an array concurrently
Jan 02, 2023
swift
memory
memory-management
grand-central-dispatch
swift5
Does puting a block on a sync GCD queue locks that block and pauses the others?
Dec 29, 2022
iphone
objective-c
queue
sync
grand-central-dispatch
Why NSOperationQueue is faster than GCD or performSelectorOnMainThread when they process a large number of tasks on the main Thread?
Dec 28, 2022
ios
multithreading
grand-central-dispatch
nsoperationqueue
Mulithreading: executing method calls only after finished executing other method
Dec 22, 2022
ios
objective-c
multithreading
objective-c-blocks
grand-central-dispatch
Older Entries »