Calling @MainActor Environment Value
|
|
0
|
11
|
May 5, 2025
|
A Command-Line Tool with CoreHID & Async / Await -- how to enumerate devices up-front / once?
|
|
0
|
9
|
May 5, 2025
|
How is an async function actually executed?
|
|
2
|
97
|
May 5, 2025
|
[Second review] SE-0472: Starting tasks synchronously from caller context
|
|
2
|
140
|
May 5, 2025
|
Storing non-Sendable properties in Sendable classes
|
|
10
|
59
|
May 5, 2025
|
Static var concurrency checking within Actor
|
|
6
|
277
|
May 5, 2025
|
How does Task.checkCancellation knows task?
|
|
1
|
51
|
May 5, 2025
|
Actors with less boilerplate code
|
|
4
|
90
|
May 5, 2025
|
How do you use AsyncStream to make Task execution deterministic?
|
|
23
|
8869
|
May 5, 2025
|
Question about `assumeIsolated` for custom global executor
|
|
3
|
97
|
May 4, 2025
|
A "zombie" `faked` process never exits when running `fakeroot` from a `Process` only in an async context on linux
|
|
0
|
39
|
May 2, 2025
|
What is the idiomatic way to running two async methods in parallel?
|
|
19
|
19102
|
May 2, 2025
|
A few @isolated(any) function conversion questions
|
|
1
|
130
|
May 2, 2025
|
Can actor instance functions interleave each other?
|
|
3
|
223
|
April 29, 2025
|
Why does @globalActor require a shared instance?
|
|
4
|
117
|
April 28, 2025
|
[Pitch] Progress Reporting in Swift Concurrency
|
|
51
|
2560
|
April 28, 2025
|
Explicitly captured `isolated` parameter does not change isolation of `@Sendable`/`sending` closures
|
|
3
|
75
|
April 25, 2025
|
@MainActor conflict with async UseCase in SwiftUI ViewModel
|
|
9
|
139
|
April 24, 2025
|
How to subscribe to an actor's publisher?
|
|
13
|
1481
|
April 24, 2025
|
Cannot form key path to actor-isolated property
|
|
5
|
287
|
April 22, 2025
|
Function called isolated on MainActor via an isolated parameter are not considered run on the MainActor
|
|
6
|
374
|
April 23, 2025
|
SE-0469: Task Naming
|
|
43
|
2038
|
April 22, 2025
|
Queryable - Swift package to present SwiftUI views "asynchronously" through continuations
|
|
4
|
2395
|
April 22, 2025
|
Closure isolation control
|
|
51
|
8414
|
April 22, 2025
|
[Accepted with modifications] SE-0469: Task naming
|
|
0
|
253
|
April 22, 2025
|
[Pitch] A typealias for per-file default actor isolation
|
|
15
|
875
|
April 21, 2025
|
@isolated(any) isolation property is nil for non global actor isolation
|
|
10
|
188
|
April 18, 2025
|
Long-running Task lifetime
|
|
2
|
189
|
April 18, 2025
|
Why can I assign @isolated(any) closure to non isolated closure?
|
|
3
|
136
|
April 14, 2025
|
Calling @globalActor functionality synchronously
|
|
8
|
126
|
April 17, 2025
|