Xcode 16.3: UnsafeContinuation.resume EXC_BAD_ACCESS crash
|
|
1
|
82
|
May 10, 2025
|
Thread.isMainThread throwing compiler warnings
|
|
11
|
346
|
May 10, 2025
|
Question about `assumeIsolated` for custom global executor
|
|
3
|
130
|
May 4, 2025
|
Concurrent data access - fast main thread reads (stale OK) & background writes
|
|
5
|
101
|
May 8, 2025
|
How is an async function actually executed?
|
|
8
|
388
|
May 7, 2025
|
A Command-Line Tool with CoreHID & Async / Await -- how to enumerate devices up-front / once?
|
|
2
|
75
|
May 7, 2025
|
Calling @MainActor Environment Value
|
|
1
|
62
|
May 5, 2025
|
[Second review] SE-0472: Starting tasks synchronously from caller context
|
|
2
|
248
|
May 5, 2025
|
Storing non-Sendable properties in Sendable classes
|
|
10
|
107
|
May 5, 2025
|
Static var concurrency checking within Actor
|
|
6
|
294
|
May 5, 2025
|
How does Task.checkCancellation knows task?
|
|
1
|
73
|
May 5, 2025
|
Actors with less boilerplate code
|
|
3
|
125
|
May 5, 2025
|
How do you use AsyncStream to make Task execution deterministic?
|
|
23
|
8889
|
May 5, 2025
|
A "zombie" `faked` process never exits when running `fakeroot` from a `Process` only in an async context on linux
|
|
0
|
40
|
May 2, 2025
|
What is the idiomatic way to running two async methods in parallel?
|
|
19
|
19242
|
May 2, 2025
|
A few @isolated(any) function conversion questions
|
|
1
|
133
|
May 2, 2025
|
Can actor instance functions interleave each other?
|
|
3
|
227
|
April 29, 2025
|
Why does @globalActor require a shared instance?
|
|
4
|
121
|
April 28, 2025
|
[Pitch] Progress Reporting in Swift Concurrency
|
|
51
|
2579
|
April 28, 2025
|
Explicitly captured `isolated` parameter does not change isolation of `@Sendable`/`sending` closures
|
|
3
|
76
|
April 25, 2025
|
@MainActor conflict with async UseCase in SwiftUI ViewModel
|
|
9
|
144
|
April 24, 2025
|
How to subscribe to an actor's publisher?
|
|
13
|
1507
|
April 24, 2025
|
Cannot form key path to actor-isolated property
|
|
5
|
294
|
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
|
2043
|
April 22, 2025
|
Queryable - Swift package to present SwiftUI views "asynchronously" through continuations
|
|
4
|
2396
|
April 22, 2025
|
Closure isolation control
|
|
51
|
8451
|
April 22, 2025
|
[Accepted with modifications] SE-0469: Task naming
|
|
0
|
255
|
April 22, 2025
|
[Pitch] A typealias for per-file default actor isolation
|
|
15
|
878
|
April 21, 2025
|
@isolated(any) isolation property is nil for non global actor isolation
|
|
10
|
190
|
April 18, 2025
|