Skip to content

v3.14.0

Compare
Choose a tag to compare
@srdanrasic srdanrasic released this 13 Oct 21:26
· 104 commits to master since this release
  • Aligned most of the operators with Combine
  • sink now returns AnyCancellable that disposes signal when deallocated, matching Combine behaviour
  • Introduced Scheduler protocol as an umbrella over DispatchQueue and ExecutionContext
  • Moved Event into Signal extension (ie Event<T, E> is now Signal<T, E>.Event)
  • Introduced mapToResult and breakpoint operators