Good progress on the debounce/sample operators π . Now it would be nice to add some sort of
flowSubject { }
which would behave in a similar way as RxJava's
PublishSubject
so that I could asynchronously inject (or emit) items into my Flow from whenever I need π. Or moreover: JavaFX/TornadoFX has a lot of observables (StringProperty, ...) which could have their