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