Skip to content

A Co-routine Checkup

Latest

Choose a tag to compare

@sharplet sharplet released this 16 Aug 21:50
3b8cf0e

Changed:

  • The default value of the Subscriptions associated type is now Set<AnyCancellable>.
  • The default implementation of BindingOwner.subscriptions now uses the coroutine accessors _read and _modify where possible instead of a simple get/set.