Emitter
is a simple implementation of Reactive Streams like RxSwift or Combine.
It is used internally in StateTree, a state management framework.
Emitter
is platform independent and non-proprietary.- It is thread-safe.
- It has a smaller footprint than OpenCombine and RxSwift and might be a useful learning resource.
Emitter
is primarily developed as an internal library for StateTree.
- Like
RxSwift
but unlikeCombine
it has no support for back pressure management. - It has a limited number of implemented operators.