Custom DispatchQueue using main thread
|
|
9
|
630
|
December 18, 2024
|
Continuation on heap vs thread context switch
|
|
1
|
193
|
September 3, 2024
|
DispatchQueue.concurrentPerform + UnsafeRawPointer in Swift 6
|
|
7
|
317
|
August 23, 2024
|
What's the best practices For GCD?
|
|
1
|
650
|
July 8, 2024
|
Can I use a Dispatch group for a Process.terminationhandler(:
|
|
6
|
282
|
June 19, 2024
|
Retain cycle with DisptachQueue
|
|
4
|
2217
|
March 18, 2023
|
GCD vs Structured Concurrency, which is most appropriate?
|
|
3
|
2099
|
May 2, 2022
|
Incremental migration to Structured Concurrency
|
|
26
|
7850
|
March 1, 2022
|
NSOperationQueue memory leak
|
|
3
|
1692
|
November 19, 2021
|
DispatchQueue.main.async Not Work when Using RunLoop In Swift Package
|
|
1
|
2433
|
October 29, 2021
|
New GCD API: DispatchWorkItem.current like Thread.current
|
|
2
|
943
|
May 27, 2021
|
Good alternatives to DispatchGroup for repeating events?
|
|
9
|
6220
|
March 18, 2021
|
Is it safe to cast DispatchData to Data this way?
|
|
11
|
2906
|
February 2, 2021
|