Avatar
Avatar
shiz
@swift-5.6.3 @MainActor class C { func foo() {} func bar() { Task { foo() } Task { [weak self] in self?.foo() } } }
swift56 BOT 7/1/2022 1:05 AM
no output