Open
Description
ReactiveX site has a nice visualizations for describing operators called marble diagrams. They often help with understanding of the operator, e.g. for checking specifics of operator behavior, like this one:
One can also find that RxJS has numerous examples of interactive diagrams. On the other hand, some use plaintext versions which arguably can be also representative enough.
It would be nice to have some kind of marble diagrams for Flow operators.