MainActorBox.swift 65 B

1234
  1. @MainActor
  2. struct MainActorBox<T>: Sendable {
  3. var value: T
  4. }