The hardest part to understand the new Structured concurrency system is
|
|
1
|
500
|
August 25, 2022
|
A bug? Can't defer actor-isolated variable access
|
|
21
|
3830
|
August 21, 2022
|
Syntax issue with calling into an actor in a while loop condition
|
|
7
|
227
|
July 22, 2022
|
What's the relationship between 'Task' and 'Actor'?
|
|
2
|
586
|
July 19, 2022
|
Calling escaping closure from actor context: Why don't I need `await` here?
|
|
23
|
2086
|
July 14, 2022
|
MVVM uikit async await actor
|
|
0
|
622
|
July 12, 2022
|
Actor with Task
|
|
7
|
988
|
July 5, 2022
|
Library callbacks and actor isolation
|
|
5
|
528
|
June 16, 2022
|
Implicit "actor pollution"
|
|
1
|
397
|
June 8, 2022
|
Actor cannot conform to Codable?
|
|
5
|
1231
|
May 29, 2022
|
Unit testing memory leakage with actors
|
|
0
|
362
|
April 25, 2022
|
Actors and Protocol requirements
|
|
3
|
4911
|
March 2, 2022
|
Architecture for async/await in an app
|
|
1
|
881
|
February 24, 2022
|
RFC: Using Swift Concurrency as a serial blocking queue
|
|
5
|
1290
|
February 7, 2022
|
Sharing memory (unsafe pointers) between actors
|
|
6
|
655
|
January 30, 2022
|
Actor with "continuous" work loop
|
|
1
|
428
|
January 5, 2022
|
Hang when awaiting call to actor
|
|
9
|
1897
|
January 5, 2022
|
[proposal] Actor Initializers and Deinitializers
|
|
16
|
3733
|
December 26, 2021
|
[Pitch] Distributed Actors
|
|
132
|
14595
|
November 22, 2021
|
Segmentation fault: 11 - Accessing actor's immutable let from outside a module
|
|
1
|
388
|
November 23, 2021
|
Swift Concurrency: Resuming a stored continuation from an actor does not work
|
|
12
|
1548
|
October 14, 2021
|
Using an actor with protocol conformance on Linux
|
|
3
|
465
|
October 5, 2021
|
Async properties and Actor protocol conformance
|
|
3
|
1569
|
September 29, 2021
|
Property Wrapper with Actor as storage
|
|
3
|
1242
|
September 21, 2021
|
Actors, Threading and SQLite
|
|
25
|
4708
|
August 13, 2021
|
Non-deterministic bug resuming continuations from actors
|
|
7
|
703
|
July 27, 2021
|
Callback from actor - proper usage of Swift concurrency feature
|
|
0
|
577
|
July 10, 2021
|