Sending NonSendable value error disappear when wrapping the expression in a local closure
|
|
1
|
53
|
September 12, 2025
|
Deinit and MainActor
|
|
30
|
16430
|
September 10, 2025
|
Crash in Combine Related to Swift 6 Concurrency
|
|
5
|
964
|
September 9, 2025
|
`#isolation` not providing the correct Actor in closures when NonisolatedNonsendingByDefault is enabled?
|
|
3
|
194
|
September 9, 2025
|
Typed Throws inside Actors crash the compiler
|
|
6
|
400
|
July 25, 2025
|
Inheritance of actor isolation for TaskGroup
|
|
8
|
243
|
July 22, 2025
|
Calling an actor method in a sync context: which method is better?
|
|
5
|
182
|
July 18, 2025
|
Mutation of captured a var in concurrently-executing code, racing, how?
|
|
11
|
382
|
July 16, 2025
|
Unsafe actor access
|
|
0
|
72
|
July 8, 2025
|
How to jump from unsafe to actor code?
|
|
3
|
177
|
June 10, 2025
|
Closure + actor + task
|
|
4
|
443
|
June 5, 2025
|
Allowing for Arbitrary actors
|
|
7
|
403
|
May 26, 2025
|
Serial method execution
|
|
2
|
139
|
May 23, 2025
|
Non-copyable protocol
|
|
5
|
142
|
May 15, 2025
|
Static var concurrency checking within Actor
|
|
6
|
357
|
May 5, 2025
|
Actors with less boilerplate code
|
|
3
|
153
|
May 5, 2025
|
Can actor instance functions interleave each other?
|
|
3
|
260
|
April 29, 2025
|
Why does @globalActor require a shared instance?
|
|
4
|
156
|
April 28, 2025
|
Calling @globalActor functionality synchronously
|
|
8
|
183
|
April 17, 2025
|
Experiences from my multiplayer game designing with concurrency in mind
|
|
8
|
376
|
August 25, 2024
|
Creating an async "control flow"-like API
|
|
6
|
224
|
April 2, 2025
|
Xcode 16.3: Can't use `makeIterator` via FileManager's enumerator(at:) in async function
|
|
9
|
377
|
April 1, 2025
|
Back-porting TaskExecutor
|
|
0
|
89
|
March 31, 2025
|
Specify actor isolation inheritance for an entire class?
|
|
6
|
267
|
March 24, 2025
|
CoreData inside of Actor
|
|
2
|
226
|
March 10, 2025
|
Writing tests to demonstrate actor re-entrance bugs
|
|
44
|
1141
|
August 29, 2024
|
Shared instance and unit testing properties
|
|
1
|
90
|
February 7, 2025
|
Actor inheritance when spawning task indirectly via synchronous non-isolated function
|
|
8
|
1996
|
February 7, 2025
|
Why do not actor-isolated properties support 'await' setter?
|
|
44
|
4221
|
January 24, 2025
|
AsyncSequence version of notifications is causing memory leaks
|
|
20
|
859
|
January 22, 2025
|