swiftlang / swift-book

The Swift Programming Language book
Apache License 2.0
1.76k stars 162 forks source link

Update the Concurrency Section Subtitle #238

Closed tadbyt closed 10 months ago

tadbyt commented 10 months ago

Location

https://docs.swift.org/swift-book/documentation/the-swift-programming-language/concurrency

Description

The current chapter abstract is "Perform asynchronous operations."

Correction

The abstract should be "Perform asynchronous and parallel operations."

amartini51 commented 10 months ago

Most of the emphasis of Swift concurrency is on async, not parallelism — it may need some discussion about whether to change that emphasis.

tadbyt commented 10 months ago

Fair enough.