passepartout-apple/PassepartoutLibrary/Sources/PassepartoutProfiles/Managers
Davide De Rosa 5627e6c4a9
Address UI race conditions (#229)
* Make some managers concurrency-safe

- IntentsManager: @MainActor, non-shared, continuation

- SSIDReader: @MainActor, continuation

- Reviewer: main queue, non-shared

* Review wrong use of Concurrency framework

There were background thread calls e.g. in VPNToggle, because
ProfileManager was used inside a VPNManager async call.

Annotate @MainActor wherever a Task involves UI.

* Make main managers MainActor

* Apply MainActor to Mac menus

* [ci skip] Update CHANGELOG

* Set MainActor consistently on Mac menu view models
2022-10-13 08:53:50 +02:00
..
CoreDataProfileManagerStrategy.swift Add ProfileManager methods to return full profiles 2022-07-14 17:07:30 +02:00
PersistenceManager.swift Revert to concrete-only managers 2022-09-03 12:47:40 +02:00
ProfileManager+Keychain.swift Drop return in one-line functions 2022-09-04 20:30:55 +02:00
ProfileManager+Processing.swift Revert to concrete-only managers 2022-09-03 12:47:40 +02:00
ProfileManager.swift Address UI race conditions (#229) 2022-10-13 08:53:50 +02:00
ProfileManagerStrategy.swift Add ProfileManager methods to return full profiles 2022-07-14 17:07:30 +02:00