Understanding sending keyword
|
|
8
|
198
|
May 15, 2025
|
Assignment vs mutation and thread safety
|
|
1
|
78
|
May 14, 2025
|
Thread.isMainThread throwing compiler warnings
|
|
13
|
543
|
May 10, 2025
|
Question about `assumeIsolated` for custom global executor
|
|
3
|
135
|
May 4, 2025
|
Concurrent data access - fast main thread reads (stale OK) & background writes
|
|
5
|
110
|
May 8, 2025
|
How is an async function actually executed?
|
|
8
|
402
|
May 7, 2025
|
A Command-Line Tool with CoreHID & Async / Await -- how to enumerate devices up-front / once?
|
|
2
|
76
|
May 7, 2025
|
Calling @MainActor Environment Value
|
|
1
|
66
|
May 5, 2025
|
Storing non-Sendable properties in Sendable classes
|
|
10
|
123
|
May 5, 2025
|
Static var concurrency checking within Actor
|
|
6
|
299
|
May 5, 2025
|
How does Task.checkCancellation knows task?
|
|
1
|
80
|
May 5, 2025
|
Actors with less boilerplate code
|
|
3
|
131
|
May 5, 2025
|
How do you use AsyncStream to make Task execution deterministic?
|
|
23
|
8902
|
May 5, 2025
|
A "zombie" `faked` process never exits when running `fakeroot` from a `Process` only in an async context on linux
|
|
0
|
42
|
May 2, 2025
|
What is the idiomatic way to running two async methods in parallel?
|
|
19
|
19357
|
May 2, 2025
|
A few @isolated(any) function conversion questions
|
|
1
|
137
|
May 2, 2025
|
Can actor instance functions interleave each other?
|
|
3
|
231
|
April 29, 2025
|
Why does @globalActor require a shared instance?
|
|
4
|
121
|
April 28, 2025
|
Explicitly captured `isolated` parameter does not change isolation of `@Sendable`/`sending` closures
|
|
3
|
79
|
April 25, 2025
|
@MainActor conflict with async UseCase in SwiftUI ViewModel
|
|
9
|
147
|
April 24, 2025
|
How to subscribe to an actor's publisher?
|
|
13
|
1544
|
April 24, 2025
|
Cannot form key path to actor-isolated property
|
|
5
|
298
|
April 22, 2025
|
Function called isolated on MainActor via an isolated parameter are not considered run on the MainActor
|
|
6
|
374
|
April 23, 2025
|
@isolated(any) isolation property is nil for non global actor isolation
|
|
10
|
192
|
April 18, 2025
|
Long-running Task lifetime
|
|
2
|
197
|
April 18, 2025
|
Why can I assign @isolated(any) closure to non isolated closure?
|
|
3
|
138
|
April 14, 2025
|
Calling @globalActor functionality synchronously
|
|
8
|
135
|
April 17, 2025
|
@main syntax crashes services on Language Version 6 but not 5
|
|
4
|
107
|
April 16, 2025
|
Combining @Observable and @Sendable
|
|
4
|
227
|
April 14, 2025
|
withThrowingTaskGroup doesn't (re)throw the error
|
|
18
|
1938
|
April 13, 2025
|