lamina.viz documentation

render-propagation

fn

[channel message]
[options channel message]

Given a channel and a message, renders a graph displaying the value of the message as it is propagated downstream. This is safe to do while other threads are using the channel.

view-graph

fn

[& options+channels]

Given one or more channels, displays them and all downstream nodes.

view-propagation

fn

[channel message]
[options channel message]

Given a channel and a message, displays a graph displaying the value of the message as it is propagated downstream. This is safe to do while other threads are using the channel.