Future of Swift-NIO in light of Concurrency Roadmap
|
|
32
|
7101
|
February 1, 2023
|
Consuming an AsyncStream from multiple Tasks
|
|
8
|
2718
|
January 31, 2023
|
Warnings in SwiftUI's own code with strict concurrency checking on
|
|
5
|
228
|
January 24, 2023
|
Suggestion - Runtime warnings in debug builds if @MainActor methods/vars are called from background threads
|
|
18
|
1070
|
January 24, 2023
|
Swift concurrency, AsyncSequence and the Main event loop
|
|
0
|
238
|
January 24, 2023
|
Reconsider inference of global actor based on property wrappers
|
|
9
|
2320
|
January 24, 2023
|
Using Error protocol in SwiftUI @Binding (does any or some fix this?)
|
|
4
|
151
|
January 23, 2023
|
Modifying actor property in closure passed to `withCheckedContinuation`
|
|
4
|
303
|
January 22, 2023
|
Concurrency runtime main executor hook behaviour
|
|
3
|
366
|
January 21, 2023
|
Undefined Symbol Error when using async/await function in module
|
|
0
|
175
|
January 20, 2023
|
How to set static variable that requires async initialization
|
|
2
|
191
|
January 20, 2023
|
Released AsyncObjects 2.0
|
|
0
|
389
|
January 19, 2023
|
Actors and DispatchSemaphores not working together
|
|
0
|
253
|
January 15, 2023
|
Proper use of NIOThrowingAsyncProducer
|
|
16
|
2464
|
January 17, 2023
|
Singletons and MainActor isolation
|
|
0
|
109
|
January 16, 2023
|
Determining whether an async function will run on the main actor
|
|
5
|
1065
|
January 16, 2023
|
How to use withTaskCancellationHandler properly?
|
|
42
|
7469
|
January 14, 2023
|
Intermittent crash in concurrency runtime with message: mutex lock failed: Invalid argument
|
|
0
|
163
|
January 10, 2023
|
Using MainActor classes as default parameters to a function
|
|
4
|
754
|
January 10, 2023
|
The latest information on `reasync`?
|
|
2
|
846
|
January 10, 2023
|
Concurrency cooperative queue crash with iOS 15/16
|
|
5
|
757
|
January 10, 2023
|
Concurrency Checking in Swift Packages (unsafeFlags)
|
|
1
|
390
|
January 10, 2023
|
Weird crash with Concurrency
|
|
6
|
1108
|
January 9, 2023
|
Enforce serial access (i.e. non-rentrant) calling of swift actor functions?
|
|
15
|
2081
|
January 6, 2023
|
Task does not execute on background queue when it has synchronous call first
|
|
6
|
1411
|
January 6, 2023
|
[Pitch] Replay
|
|
0
|
527
|
January 2, 2023
|
Async let slower despite fully using 4 cores
|
|
19
|
716
|
January 3, 2023
|
Conforming a type that has immutable but non-sendable properties to `Sendable`
|
|
0
|
161
|
December 29, 2022
|
Task: Is order of task execution deterministic?
|
|
40
|
5008
|
December 29, 2022
|
'child actors' or similar concept
|
|
10
|
462
|
December 28, 2022
|