Crash in Combine Related to Swift 6 Concurrency
|
|
2
|
764
|
July 9, 2025
|
Unsafe actor access
|
|
0
|
52
|
July 8, 2025
|
How to jump from unsafe to actor code?
|
|
3
|
168
|
June 10, 2025
|
Closure + actor + task
|
|
4
|
421
|
June 5, 2025
|
Allowing for Arbitrary actors
|
|
7
|
396
|
May 26, 2025
|
Serial method execution
|
|
2
|
132
|
May 23, 2025
|
Non-copyable protocol
|
|
5
|
116
|
May 15, 2025
|
Static var concurrency checking within Actor
|
|
6
|
313
|
May 5, 2025
|
Actors with less boilerplate code
|
|
3
|
138
|
May 5, 2025
|
Can actor instance functions interleave each other?
|
|
3
|
241
|
April 29, 2025
|
Why does @globalActor require a shared instance?
|
|
4
|
135
|
April 28, 2025
|
Calling @globalActor functionality synchronously
|
|
8
|
161
|
April 17, 2025
|
Experiences from my multiplayer game designing with concurrency in mind
|
|
8
|
365
|
August 25, 2024
|
Creating an async "control flow"-like API
|
|
6
|
214
|
April 2, 2025
|
Xcode 16.3: Can't use `makeIterator` via FileManager's enumerator(at:) in async function
|
|
9
|
313
|
April 1, 2025
|
Back-porting TaskExecutor
|
|
0
|
82
|
March 31, 2025
|
Specify actor isolation inheritance for an entire class?
|
|
6
|
248
|
March 24, 2025
|
CoreData inside of Actor
|
|
2
|
179
|
March 10, 2025
|
Writing tests to demonstrate actor re-entrance bugs
|
|
44
|
1110
|
August 29, 2024
|
Shared instance and unit testing properties
|
|
1
|
76
|
February 7, 2025
|
Actor inheritance when spawning task indirectly via synchronous non-isolated function
|
|
8
|
1918
|
February 7, 2025
|
Why do not actor-isolated properties support 'await' setter?
|
|
44
|
3911
|
January 24, 2025
|
AsyncSequence version of notifications is causing memory leaks
|
|
20
|
763
|
January 22, 2025
|
No Built-In AsyncLock in Swift? No atomic actor functions?
|
|
1
|
118
|
January 4, 2025
|
Why Does the Compiler Allow Static Properties in Actors Without await?
|
|
7
|
396
|
January 4, 2025
|
GlobalActor and DispatchQueue pairing like @MainActor and DispatchQueue.main
|
|
17
|
482
|
December 12, 2024
|
Actors working serially with NotificationCenter messages
|
|
10
|
653
|
November 20, 2024
|
Surprising actor deinitialization
|
|
4
|
280
|
November 4, 2024
|
Using DispatchQueue as actor's serial executor under Linux
|
|
2
|
448
|
October 14, 2024
|
Why `Task()` and Various Other Questions
|
|
13
|
437
|
October 11, 2024
|