Nonisolated synchronous actor initializers
|
|
0
|
80
|
September 21, 2023
|
@Observable macro conflicting with @MainActor
|
|
0
|
224
|
September 16, 2023
|
Is this an ok solution to achieve shared instance of actor using async init?
|
|
7
|
1155
|
September 13, 2023
|
Simple state protection via Actor vs DispatchQueue.sync?
|
|
14
|
569
|
July 17, 2023
|
Non-Reentrant Actors
|
|
3
|
756
|
June 29, 2023
|
Why "await" is needed to access a variable within an actor when using a weak self Task?
|
|
8
|
564
|
June 19, 2023
|
Using @MainActor on an ObservableObject or a method
|
|
0
|
431
|
June 16, 2023
|
Crash in "safe" swift with actors/concurrency
|
|
5
|
1196
|
April 23, 2023
|
Non-isolated context error in actor's init
|
|
0
|
805
|
April 19, 2023
|
Are Tasks queued on the current actor even if their closure is marked with @MainActor?
|
|
12
|
430
|
March 22, 2023
|
How to remove the inherited @MainActor attribute on stored properties
|
|
3
|
449
|
March 21, 2023
|
[Pitch] Custom Actor Executors
|
|
27
|
4533
|
March 9, 2023
|
Running more than one unit test of GlobalActor always fails. How to unit test GlobalActor?
|
|
8
|
609
|
February 28, 2023
|
Using MainActor classes as default parameters to a function
|
|
5
|
1215
|
February 27, 2023
|
Unowned capture of actor doesn't report concurrency violation
|
|
0
|
259
|
February 21, 2023
|
Does Tasks inside `actor` init implicitly inherit some super low prio?
|
|
3
|
477
|
February 20, 2023
|
Actors and Priorities
|
|
2
|
571
|
February 14, 2023
|
Actor property is treated as nonisolated from within module but treated as isolated from outside module
|
|
5
|
312
|
January 20, 2023
|
Released AsyncObjects 2.0
|
|
0
|
2515
|
January 19, 2023
|
Deinit and MainActor
|
|
25
|
7074
|
December 17, 2022
|
Actor Races
|
|
95
|
6518
|
December 16, 2022
|
Why does the compiler always acquire the actor lock, even when not needed?
|
|
0
|
442
|
December 14, 2022
|
Global Actor conformed to public NSObject
|
|
4
|
734
|
December 12, 2022
|
Generating mapping of ActorID to Peer in TicTacFish (Distributed Actors sample project)
|
|
0
|
237
|
November 30, 2022
|
Actors and per-resource isolation
|
|
6
|
517
|
November 15, 2022
|
Actor inheritance when spawning task indirectly via synchronous non-isolated function
|
|
7
|
560
|
November 14, 2022
|
Swift Concurrency/general hooks for introspection and observability
|
|
5
|
902
|
November 14, 2022
|
@MainActor access in closures created in Main Actor functions
|
|
5
|
3481
|
November 4, 2022
|
Actor concurrent/parallel execution
|
|
17
|
1615
|
November 3, 2022
|
Calling a globalActor's method from a closure marked with that actor does not compile?
|
|
4
|
694
|
October 24, 2022
|