mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-13 03:59:25 +00:00
5627e6c4a9
* 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 |
||
---|---|---|
.. | ||
HostProfileItem.swift | ||
HostProfileItem+ViewModel.swift | ||
LaunchOnLoginItem.swift | ||
LaunchOnLoginItem+ViewModel.swift | ||
PassepartoutMenu.swift | ||
PassepartoutMenu+StatusButton.swift | ||
ProfileItemGroup.swift | ||
ProviderLocationItem.swift | ||
ProviderLocationItem+ViewModel.swift | ||
ProviderProfileItem.swift | ||
ProviderProfileItem+ViewModel.swift | ||
ProviderServerItem.swift | ||
ProviderServerItem+ViewModel.swift | ||
VisibilityItem.swift | ||
VisibilityItem+ViewModel.swift | ||
VPNItemGroup.swift | ||
VPNItemGroup+ViewModel.swift |