Readme_concurrency

Concurrency

10000 Ft level explanation

If you want to get a refresher of basic concurrency concepts please read through the concurrency file. As this specifically discusses on Swift iOS / Apple SDK implementation code snippets.

List

General

GCD

operations

Swift Concurrency Manifesto

actors

asyncAwait

asyncLet

asyncStream

asyncTaskGroup

Dispatch Queues

dispatch_barrier

dispatch_global

dispatch_group

dispatch_main

dispatch_queue

dispatch_semaphore

dispatch_work_item

OS Concepts

tasks

thread

background_tasks

References

what_went_wrong_with_the_libdispatch

avanderlee | concurrency