Probing a.k.a. breakpoints for Swift Testing - precise control over side effects and fully observable state transitions in asynchronous functions
|
|
0
|
27
|
May 13, 2025
|
Xcode 16.3: UnsafeContinuation.resume EXC_BAD_ACCESS crash
|
|
3
|
158
|
May 13, 2025
|
Thread.isMainThread throwing compiler warnings
|
|
13
|
525
|
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
|
106
|
May 8, 2025
|
How is an async function actually executed?
|
|
8
|
401
|
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
|
65
|
May 5, 2025
|
[Second review] SE-0472: Starting tasks synchronously from caller context
|
|
2
|
267
|
May 5, 2025
|
Storing non-Sendable properties in Sendable classes
|
|
10
|
121
|
May 5, 2025
|
Static var concurrency checking within Actor
|
|
6
|
297
|
May 5, 2025
|
How does Task.checkCancellation knows task?
|
|
1
|
80
|
May 5, 2025
|
Actors with less boilerplate code
|
|
3
|
130
|
May 5, 2025
|
How do you use AsyncStream to make Task execution deterministic?
|
|
23
|
8897
|
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
|
19312
|
May 2, 2025
|
A few @isolated(any) function conversion questions
|
|
1
|
137
|
May 2, 2025
|
Can actor instance functions interleave each other?
|
|
3
|
229
|
April 29, 2025
|
Why does @globalActor require a shared instance?
|
|
4
|
121
|
April 28, 2025
|
[Pitch] Progress Reporting in Swift Concurrency
|
|
51
|
2588
|
April 28, 2025
|
Explicitly captured `isolated` parameter does not change isolation of `@Sendable`/`sending` closures
|
|
3
|
77
|
April 25, 2025
|
@MainActor conflict with async UseCase in SwiftUI ViewModel
|
|
9
|
146
|
April 24, 2025
|
How to subscribe to an actor's publisher?
|
|
13
|
1531
|
April 24, 2025
|
Cannot form key path to actor-isolated property
|
|
5
|
297
|
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
|
2051
|
April 22, 2025
|
Queryable - Swift package to present SwiftUI views "asynchronously" through continuations
|
|
4
|
2399
|
April 22, 2025
|
Closure isolation control
|
|
51
|
8473
|
April 22, 2025
|
[Accepted with modifications] SE-0469: Task naming
|
|
0
|
257
|
April 22, 2025
|
[Pitch] A typealias for per-file default actor isolation
|
|
15
|
881
|
April 21, 2025
|