|
Creating an async "control flow"-like API
|
|
6
|
304
|
April 2, 2025
|
|
Xcode 16.3: Can't use `makeIterator` via FileManager's enumerator(at:) in async function
|
|
9
|
635
|
April 1, 2025
|
|
Back-porting TaskExecutor
|
|
0
|
133
|
March 31, 2025
|
|
Specify actor isolation inheritance for an entire class?
|
|
6
|
388
|
March 24, 2025
|
|
CoreData inside of Actor
|
|
2
|
336
|
March 10, 2025
|
|
Writing tests to demonstrate actor re-entrance bugs
|
|
44
|
1404
|
August 29, 2024
|
|
Shared instance and unit testing properties
|
|
1
|
141
|
February 7, 2025
|
|
Actor inheritance when spawning task indirectly via synchronous non-isolated function
|
|
8
|
2189
|
February 7, 2025
|
|
Why do not actor-isolated properties support 'await' setter?
|
|
44
|
4708
|
January 24, 2025
|
|
Why Does the Compiler Allow Static Properties in Actors Without await?
|
|
7
|
701
|
January 4, 2025
|
|
GlobalActor and DispatchQueue pairing like @MainActor and DispatchQueue.main
|
|
17
|
982
|
December 12, 2024
|
|
Actors working serially with NotificationCenter messages
|
|
10
|
1063
|
November 20, 2024
|
|
Surprising actor deinitialization
|
|
4
|
324
|
November 4, 2024
|
|
Using DispatchQueue as actor's serial executor under Linux
|
|
2
|
624
|
October 14, 2024
|
|
Why `Task()` and Various Other Questions
|
|
13
|
551
|
October 11, 2024
|
|
Thread-Safe Pool management with callers from synchronous contexts
|
|
4
|
270
|
October 9, 2024
|
|
How to "fire and forget" work on an actor?
|
|
3
|
229
|
October 4, 2024
|
|
Synchronization Of Non-isolated Property In Actor
|
|
4
|
275
|
September 30, 2024
|
|
I was playing with measuring Actor performance
|
|
16
|
1442
|
September 29, 2024
|
|
A concurrency pothole I just fell into
|
|
1
|
262
|
September 24, 2024
|
|
Does String copy storage between actors?
|
|
3
|
197
|
September 19, 2024
|
|
Actor concurrent/parallel execution
|
|
33
|
4289
|
September 19, 2024
|
|
Is MainActor.assumeIsolated truly necessary in deinit for a @MainActor annotated class?
|
|
8
|
3683
|
September 15, 2024
|
|
Using @MainActor to ensure execution on the main thread
|
|
5
|
25870
|
September 12, 2024
|
|
Is there a way to capture a non global actor's context in a task?
|
|
5
|
317
|
August 31, 2024
|
|
Allowing send to actor
|
|
4
|
317
|
August 27, 2024
|
|
Use `withThrowingTaskGroup` within Actor leads to `Non-sendable type '(inout ThrowingTaskGroup<Void, any Error>) async throws -> ()'` compilation warning
|
|
17
|
4351
|
August 20, 2024
|
|
Mutating a class property from a detached task
|
|
9
|
350
|
August 12, 2024
|
|
Is it possible to use withTaskGroup and maintain GlobalActor isolation?
|
|
9
|
742
|
August 7, 2024
|
|
Unable to work properly with GlobalActor vars/functions within actor in Swift 6 mode
|
|
2
|
628
|
August 6, 2024
|