Parallelizing work with back pressure
|
|
9
|
241
|
October 1, 2023
|
Nicer way to write code that awaits two concurrently executed async functions
|
|
8
|
233
|
September 22, 2023
|
New Xcode, old libswift_Concurrency.dylib
|
|
16
|
6077
|
November 15, 2022
|
Mixing async/await code with waitForExpectations in tests causes hang
|
|
7
|
2848
|
September 15, 2023
|
Undefined Symbol Error when using async/await function in module
|
|
1
|
480
|
September 3, 2023
|
Parameter Packs embedded types and structured concurrency - bug or holding it wrong?
|
|
2
|
408
|
August 31, 2023
|
Async concurrent and serial map
|
|
3
|
261
|
August 28, 2023
|
How to currently offload stateless blocking work? Hidden executor API?
|
|
20
|
1918
|
August 22, 2023
|
[Pitch] Observation (Revised)
|
|
113
|
12817
|
August 7, 2023
|
Objective-C crashes when calling Swift async function with a nil completion handler
|
|
0
|
326
|
August 8, 2023
|
CancellationError
|
|
8
|
2737
|
August 6, 2023
|
New ServiceLifecycle APIs
|
|
3
|
2871
|
July 29, 2023
|
Async await ugly design
|
|
5
|
669
|
July 23, 2023
|
[Pitch] New APIs for Async[Throwing]Stream with backpressure support
|
|
24
|
1947
|
July 22, 2023
|
NSLock.Lock plus Await plus NSLock.Unlock leads to main thread freeze
|
|
4
|
1488
|
July 14, 2023
|
waitWithTaskGroup only seems to reap results when all child tasks are done
|
|
12
|
630
|
June 29, 2023
|
Overloading async methods and multiple protocol conformance - unexpected behaviour
|
|
1
|
199
|
June 28, 2023
|
Async, Rethrows, and Defer
|
|
24
|
4322
|
June 23, 2023
|
Swift Async Algorithms Proposal: Interspersed
|
|
22
|
2685
|
June 23, 2023
|
Running async code inside flatMap on Result type
|
|
2
|
370
|
June 22, 2023
|
@objc func foo() async?
|
|
14
|
1498
|
June 9, 2023
|
Architecting apps for robust async/await
|
|
17
|
1177
|
June 8, 2023
|
Deadlock Issue When Accessing Thread-Safe Objects within Task+withTaskGroup
|
|
4
|
1323
|
June 2, 2023
|
Bridging async > sync code in swift concurrency
|
|
12
|
1456
|
May 21, 2023
|
Wait until Task is finished without await
|
|
29
|
3967
|
May 13, 2023
|
Subclassing URLProtocol for testing URLSession calls problem / error when using async await
|
|
1
|
524
|
May 9, 2023
|
Passing values to an Task/Actor in serial manner
|
|
22
|
1568
|
May 2, 2023
|
The latest information on `reasync`?
|
|
3
|
1816
|
April 26, 2023
|
A declarative library with async/await RequestDL (inspired in SwiftUI)
|
|
5
|
3196
|
April 20, 2023
|
Which executor will run the completion handler of an `@objc` actor method?
|
|
1
|
362
|
April 18, 2023
|