Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grand-central-dispatch

By default, is DispatchQueue .serial or .concurrent?

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

GCD: How to remove waiting tasks from serial queue?

Referencing an NSOperation object in its own completion block with ARC

Is NSFileManager thread safe?

Prevent dispatch_after() background task from being executed

Leaving DispatchGroup causes my code to crash

When to use NSEnumerationConcurrent

Very slow HTML rendering in NSAttributedString

`[NSThread isMainThread]` always returns YES

Is this the correct usage of an Operation Queue completion block?

Is there any reason to not use sleep in a Grand Central Dispatch queue?

Does NSURLSession Take place in a separate thread?

Int to Double casting issue

How can I wait for an async function from synchronous function in Swift 5.5?

What is the difference between GCD Dispatch Sources and select()?

Performance test: sem_t v.s. dispatch_semaphore_t and pthread_once_t v.s. dispatch_once_t

Do I ever have to call dispatch_release under ARC?

Perform UI Changes on main thread using dispatch_async or performSelectorOnMainThread? [duplicate]

DispatchGroup: check how many "entered"