`TaskGroup` and `sending` closures
|
|
0
|
18
|
February 6, 2025
|
What's the difference between directly using an asyncly returned non-sendable type in .task and indirectly using it with another function?
|
|
6
|
85
|
February 6, 2025
|
Compiler crash related to "TransferNonSendable"
|
|
2
|
77
|
February 6, 2025
|
Ideas for some concurrency syntax
|
|
7
|
607
|
February 6, 2025
|
Has Swift's concurrency model gone too far?
|
|
131
|
3713
|
February 6, 2025
|
CALayer issue with Swift 6 concurrency
|
|
10
|
141
|
February 5, 2025
|
[Prospective Vision] Improving the approachability of data-race safety
|
|
183
|
12040
|
January 30, 2025
|
Help coming up with reasons to not use `@isolated(any)`
|
|
15
|
301
|
February 4, 2025
|
[Pitch] Control default actor isolation inference
|
|
16
|
628
|
February 2, 2025
|
Thread explosion suddenly encountered using 'stable' code
|
|
2
|
138
|
January 31, 2025
|
Migrating captureOutput to Swift 6
|
|
5
|
255
|
January 31, 2025
|
Non-suspending alternative to await?
|
|
39
|
1794
|
January 31, 2025
|
Feedback wanted: confusing concurrency diagnostic messages
|
|
44
|
4768
|
January 31, 2025
|
What's the correct way to spawn a Task in an Operation?
|
|
8
|
143
|
January 31, 2025
|
Why can't I send an NSImage across actor boundaries?
|
|
29
|
1140
|
January 29, 2025
|
Property wrappers in Sendable classes
|
|
3
|
111
|
January 29, 2025
|
Safe Multithreading
|
|
4
|
117
|
January 29, 2025
|
Cannot form key path to actor-isolated property
|
|
0
|
52
|
January 29, 2025
|
Non-Sendable types should be able to conform to Sendable protocols
|
|
17
|
358
|
January 29, 2025
|
Async XCTContext.runActivity?
|
|
1
|
49
|
January 27, 2025
|
Imbricated sending closures & weak self
|
|
2
|
99
|
January 25, 2025
|
Why do not actor-isolated properties support 'await' setter?
|
|
44
|
2938
|
January 24, 2025
|
Clarification about implicitly Sendable closures
|
|
16
|
106
|
January 24, 2025
|
Distinction between `@isolated(any)` and `@_inheritActorContext`
|
|
11
|
976
|
January 24, 2025
|
Type erasure of AsyncSequences
|
|
28
|
5789
|
January 24, 2025
|
Rules about sync-async behavior on default initializers when class is MainActor?
|
|
4
|
80
|
January 23, 2025
|
AsyncSequence version of notifications is causing memory leaks
|
|
20
|
396
|
January 22, 2025
|
How to understand the "non-isolated initialization" example in Swift 6 migration guide?
|
|
7
|
159
|
January 22, 2025
|
Mock URLProtocol with strict swift 6 concurrency
|
|
14
|
320
|
January 22, 2025
|
Are there any kind of 'asyncMap' method for a normal Sequence?
|
|
14
|
147
|
January 22, 2025
|