I brought it up in the thread on staging Sendable checking, with this suggestion:
public struct MyType : @available(unavailable, *) Sendable {
var x, y: Double
// some day we may add some shared state here
}
Doug
I brought it up in the thread on staging Sendable checking, with this suggestion:
public struct MyType : @available(unavailable, *) Sendable {
var x, y: Double
// some day we may add some shared state here
}
Doug