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