Has Swift's concurrency model gone too far?
|
|
131
|
4149
|
February 6, 2025
|
Does String copy storage between actors?
|
|
3
|
147
|
September 19, 2024
|
Actor concurrent/parallel execution
|
|
33
|
3787
|
September 19, 2024
|
Tasks scope / pool with cancellation
|
|
4
|
154
|
August 26, 2024
|
Help understanding a Swift 5.10 compiler warning when racing two async tasks to arrange a timeout mechanism using structured concurrency
|
|
2
|
1047
|
April 26, 2024
|
Task Groups (creation) design choices of API
|
|
10
|
615
|
February 26, 2024
|
Awaiting fulfillment(of:timeout:enforceOrder:) doesn’t wait?
|
|
4
|
1490
|
January 12, 2024
|
waitWithTaskGroup only seems to reap results when all child tasks are done
|
|
12
|
1777
|
June 29, 2023
|
Converting function value of type '@MainActor (..., ...) -> Bool' to '(..., ...) throws -> Bool' loses global actor 'MainActor'
|
|
2
|
1581
|
February 21, 2023
|
Swift non actor isolated closures
|
|
4
|
3441
|
August 29, 2022
|
The hardest part to understand the new Structured concurrency system is
|
|
1
|
999
|
August 25, 2022
|
How do delay the response to an async method?
|
|
13
|
3980
|
August 8, 2022
|
Support multiple listeners with Swift Concurrency
|
|
3
|
1398
|
July 30, 2022
|
Task's closure not called in async XCTest function
|
|
3
|
4104
|
July 24, 2022
|