@Sendable func on Sendable types
|
|
1
|
509
|
October 27, 2022
|
Why must Task's return value be Sendable even if Task and caller are isolated on same actor?
|
|
4
|
573
|
October 25, 2022
|
Calling a globalActor's method from a closure marked with that actor does not compile?
|
|
4
|
279
|
October 24, 2022
|
Are existential types Sendable?
|
|
5
|
688
|
September 15, 2022
|
Why is this closure @Sendable?
|
|
2
|
283
|
August 24, 2022
|
Data race when capturing let assigned object in @Sendable closure
|
|
5
|
1078
|
July 25, 2022
|
@Sendable attribute in closure
|
|
11
|
1011
|
July 20, 2022
|
Cast Any to Sendable
|
|
3
|
577
|
July 19, 2022
|
Sendable conformance bug?
|
|
9
|
534
|
July 18, 2022
|
What's the best way to temporarily disable `Sendable` checks?
|
|
1
|
365
|
May 12, 2022
|
Compilation Error with Sendable
|
|
4
|
507
|
March 23, 2022
|
Conditional conformance to non-marker protocol cannot depend on conformance of 'T' to non-marker protocol 'Sendable'
|
|
1
|
555
|
March 20, 2022
|
NSManagedObject inherited CoreData class and Sendable
|
|
0
|
479
|
February 12, 2022
|
Introduce existential `any` - avoiding inconsistency around `Any` and `AnyObject`
|
|
2
|
699
|
December 24, 2021
|
Requiring Sendable in protocols
|
|
1
|
410
|
August 9, 2021
|