Avatar
おや?
3:44 AM
@swift-main let task = Task.detached { print(1) MainActor.preconditionIsolated("it should be fail") print(2) } await task.value