GBA002/DeltaFeatures
Riley Testut 7ad5df1949 [Features] Fixes potential crash when handling .settingsDidChange Notification
Handling .settingsDidChange notification in the same run loop as changing an @Option’s value can result in exclusive memory access violation due to accessing Option.settingsKey. As a workaround, we delay posting the notification until a later run loop via Task.
2023-04-25 15:14:16 -05:00
..
Extensions [Features] Provides default picker view for @Options with pre-set values 2023-04-14 18:10:55 -05:00
Protocols [Features] Provides default picker view for @Options with pre-set values 2023-04-14 18:10:55 -05:00
Types [Features] Removes redundant public access modifier from SettingsUserInfoKey constants 2023-04-21 13:43:24 -05:00
Views [Features] Adds displayInline(_:) View modifier 2023-04-14 18:23:34 -05:00
Feature.swift [Features] Supports @Feature-specific settings via @Option property wrapper 2023-04-14 16:17:31 -05:00
Option.swift [Features] Fixes potential crash when handling .settingsDidChange Notification 2023-04-25 15:14:16 -05:00