Task { [weak self] in let notifiations = NotificationCenter.default.notifications(named: ...) for await notification in notifiations { ... self?... } }