Experiences from my multiplayer game designing with concurrency in mind
|
|
8
|
336
|
August 25, 2024
|
Creating an async "control flow"-like API
|
|
6
|
199
|
April 2, 2025
|
Xcode 16.3: Can't use `makeIterator` via FileManager's enumerator(at:) in async function
|
|
9
|
236
|
April 1, 2025
|
Back-porting TaskExecutor
|
|
0
|
78
|
March 31, 2025
|
Specify actor isolation inheritance for an entire class?
|
|
6
|
223
|
March 24, 2025
|
CoreData inside of Actor
|
|
2
|
114
|
March 10, 2025
|
Writing tests to demonstrate actor re-entrance bugs
|
|
44
|
1051
|
August 29, 2024
|
Shared instance and unit testing properties
|
|
1
|
69
|
February 7, 2025
|
Actor inheritance when spawning task indirectly via synchronous non-isolated function
|
|
8
|
1798
|
February 7, 2025
|
Why do not actor-isolated properties support 'await' setter?
|
|
44
|
3427
|
January 24, 2025
|
AsyncSequence version of notifications is causing memory leaks
|
|
20
|
559
|
January 22, 2025
|
No Built-In AsyncLock in Swift? No atomic actor functions?
|
|
1
|
108
|
January 4, 2025
|
Why Does the Compiler Allow Static Properties in Actors Without await?
|
|
7
|
293
|
January 4, 2025
|
GlobalActor and DispatchQueue pairing like @MainActor and DispatchQueue.main
|
|
17
|
301
|
December 12, 2024
|
Actors working serially with NotificationCenter messages
|
|
10
|
485
|
November 20, 2024
|
Crash in Combine Related to Swift 6 Concurrency
|
|
1
|
558
|
November 5, 2024
|
Surprising actor deinitialization
|
|
4
|
269
|
November 4, 2024
|
Using DispatchQueue as actor's serial executor under Linux
|
|
2
|
365
|
October 14, 2024
|
Why `Task()` and Various Other Questions
|
|
13
|
399
|
October 11, 2024
|
Thread-Safe Pool management with callers from synchronous contexts
|
|
4
|
190
|
October 9, 2024
|
How to "fire and forget" work on an actor?
|
|
3
|
175
|
October 4, 2024
|
Synchronization Of Non-isolated Property In Actor
|
|
4
|
181
|
September 30, 2024
|
I was playing with measuring Actor performance
|
|
16
|
925
|
September 29, 2024
|
Can ViewModel be coded by ObservableObject actor in SwiftUI View? - iOS16
|
|
1
|
190
|
September 28, 2024
|
A concurrency pothole I just fell into
|
|
1
|
213
|
September 24, 2024
|
Does String copy storage between actors?
|
|
3
|
152
|
September 19, 2024
|
Actor concurrent/parallel execution
|
|
33
|
3851
|
September 19, 2024
|
Is MainActor.assumeIsolated truly necessary in deinit for a @MainActor annotated class?
|
|
8
|
2567
|
September 15, 2024
|
Using @MainActor to ensure execution on the main thread
|
|
5
|
22468
|
September 12, 2024
|
Deinit and MainActor
|
|
28
|
14756
|
September 11, 2024
|