Skip to content

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kzaher kzaher released this 13 Aug 22:01
· 121 commits to master since this release
4b9ca23
  • Improves reentrancy properties.
  • Adds ObservableSchedulerContext and additional system operator overload that enables passing of scheduler to feedback loops to improve cancellation guarantees.
  • Improves built in feedback loops with additional cancellation guarantees.
    • Receiving stale events by using built-in feedback loops shouldn't be possible anymore.
  • Deprecates feedback loops that don't use scheduler argument.