Changed:
- The default value of the
Subscriptionsassociated type is nowSet<AnyCancellable>. - The default implementation of
BindingOwner.subscriptionsnow uses the coroutine accessors_readand_modifywhere possible instead of a simpleget/set.
Changed:
Subscriptions associated type is now Set<AnyCancellable>.BindingOwner.subscriptions now uses the coroutine accessors _read and _modify where possible instead of a simple get/set.