You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For practical use library needs strong debug functionality. If something goes wrong it is hard to understand the reason. Other libs has interesting tools for it.
For practical use library needs strong debug functionality. If something goes wrong it is hard to understand the reason. Other libs has interesting tools for it.
For example: https://github.com/jaredly/rxvision
Tools we need:
For my implementation I workong on Tree Viewer. Single function
dump(s: Stream<*>)
prints to log tree structure indot
format.For example this structure of function
Stream.collect
fromtestCollect
:You can visualize this code in online tool: http://www.webgraphviz.com/
The text was updated successfully, but these errors were encountered: