Crash in "safe" swift with actors/concurrency
|
|
5
|
722
|
April 23, 2023
|
Non-isolated context error in actor's init
|
|
0
|
258
|
April 19, 2023
|
Are Tasks queued on the current actor even if their closure is marked with @MainActor?
|
|
12
|
309
|
March 22, 2023
|
How to remove the inherited @MainActor attribute on stored properties
|
|
3
|
302
|
March 21, 2023
|
Is this an ok solution to achieve shared instance of actor using async init?
|
|
6
|
689
|
March 10, 2023
|
[Pitch] Custom Actor Executors
|
|
27
|
4068
|
March 9, 2023
|
Running more than one unit test of GlobalActor always fails. How to unit test GlobalActor?
|
|
8
|
392
|
February 28, 2023
|
Using MainActor classes as default parameters to a function
|
|
5
|
1019
|
February 27, 2023
|
Unowned capture of actor doesn't report concurrency violation
|
|
0
|
182
|
February 21, 2023
|
Does Tasks inside `actor` init implicitly inherit some super low prio?
|
|
3
|
338
|
February 20, 2023
|
Actors and Priorities
|
|
2
|
405
|
February 14, 2023
|
Actor property is treated as nonisolated from within module but treated as isolated from outside module
|
|
5
|
209
|
January 20, 2023
|
Released AsyncObjects 2.0
|
|
0
|
2437
|
January 19, 2023
|
Deinit and MainActor
|
|
25
|
5944
|
December 17, 2022
|
Actor Races
|
|
95
|
5715
|
December 16, 2022
|
Why does the compiler always acquire the actor lock, even when not needed?
|
|
0
|
352
|
December 14, 2022
|
Global Actor conformed to public NSObject
|
|
4
|
568
|
December 12, 2022
|
Generating mapping of ActorID to Peer in TicTacFish (Distributed Actors sample project)
|
|
0
|
172
|
November 30, 2022
|
Actors and per-resource isolation
|
|
6
|
417
|
November 15, 2022
|
Actor inheritance when spawning task indirectly via synchronous non-isolated function
|
|
7
|
326
|
November 14, 2022
|
Swift Concurrency/general hooks for introspection and observability
|
|
5
|
774
|
November 14, 2022
|
@MainActor access in closures created in Main Actor functions
|
|
5
|
3021
|
November 4, 2022
|
Actor concurrent/parallel execution
|
|
17
|
1322
|
November 3, 2022
|
Calling a globalActor's method from a closure marked with that actor does not compile?
|
|
4
|
457
|
October 24, 2022
|
Using @MainActor to ensure execution on the main thread
|
|
4
|
5069
|
October 23, 2022
|
Actor isolation & delegates in extensions
|
|
8
|
829
|
September 29, 2022
|
Task execution behaviour inconsistency among different Xcode Versions
|
|
5
|
442
|
September 25, 2022
|
Use `withThrowingTaskGroup` within Actor leads to `Non-sendable type '(inout ThrowingTaskGroup<Void, any Error>) async throws -> ()'` compilation warning
|
|
3
|
887
|
September 21, 2022
|
'current actor' semantics question
|
|
3
|
516
|
September 7, 2022
|
EXC_BAD_ACCESS when adding item to ordered dictionary and index out of range error in Xcode 14 beta 5
|
|
1
|
840
|
September 5, 2022
|