1
0

UncheckedSendable.swift 94 B

1234
  1. @propertyWrapper
  2. struct UncheckedSendable<T>: @unchecked Sendable {
  3. var wrappedValue: T
  4. }