How to Express Varying Concurrency Isolation in Protocol
|
|
0
|
23
|
June 25, 2025
|
Approachable Concurrency flag = YES corrupts actor asyc function parameters
|
|
2
|
195
|
June 25, 2025
|
CoreData, Concurrency, and Background Context Confusion
|
|
2
|
134
|
June 25, 2025
|
Context.perform and Swift 6 concurrency
|
|
1
|
162
|
June 25, 2025
|
AVCaptureSession and concurrency
|
|
5
|
2721
|
June 25, 2025
|
"Capture of non-sendable type" concurrency warning from AsyncSequence AsyncIterator?
|
|
7
|
248
|
June 24, 2025
|
Nonisolated async function in swift 6.2
|
|
6
|
179
|
June 24, 2025
|
Using Observations allows to have observable actors!?
|
|
0
|
109
|
June 24, 2025
|
“Thread” vs. “Queue” vs. “Actor’s executor”
|
|
7
|
324
|
June 24, 2025
|
Swift Concurrency in Xcode 26
|
|
4
|
436
|
June 22, 2025
|
How is an async function actually executed?
|
|
9
|
573
|
June 21, 2025
|
defaultIsolation MainActor and Core Data background tasks
|
|
13
|
197
|
June 21, 2025
|
Does I/O operation block its thread?
|
|
3
|
196
|
June 21, 2025
|
Default Actor Isolation and foundational protocols
|
|
4
|
206
|
June 20, 2025
|
Static property wrappers and strict concurrency in 5.10
|
|
28
|
4460
|
June 19, 2025
|
Continued Growth
|
|
2
|
373
|
June 18, 2025
|
AsyncStream with local state
|
|
5
|
203
|
June 18, 2025
|
Unexpected error with NonisolatedNonsendingByDefault
|
|
3
|
83
|
June 18, 2025
|
Is there a way for a nonsendable type to receive an asynchronous callback?
|
|
7
|
172
|
June 17, 2025
|
Unexpected Warning: Capture of non-sendable type
|
|
2
|
149
|
June 15, 2025
|
WatchConnectivity Swift 6 - Incorrect actor executor assumption
|
|
4
|
551
|
June 14, 2025
|
Bring a custom global actor into C?
|
|
3
|
164
|
June 14, 2025
|
Lack of SendableMetaType for Combine's Subscriber makes it impossible to use it in Swift 6.2
|
|
4
|
174
|
June 14, 2025
|
Can a protocol imply nonisolated?
|
|
5
|
318
|
June 14, 2025
|
@concurrent and main actor isolation
|
|
11
|
340
|
June 13, 2025
|
Default Main Actor isolation and protocol inheritance
|
|
2
|
280
|
June 13, 2025
|
`func == ` vs MainActor
|
|
20
|
254
|
June 12, 2025
|
Dynamically checking isolation
|
|
5
|
123
|
June 12, 2025
|
Default Isolation: MainActor vs. property wrappers
|
|
1
|
95
|
June 11, 2025
|
`Task + @MyActor` vs `Task + await`
|
|
4
|
147
|
June 11, 2025
|