module Place::Router::SignalGraph::Watchable

Direct including types

Defined in:

place/router/signal_graph/watchable.cr

Instance Method Summary

Instance Method Detail

def notify : Nil #

Notify subscribers with current state.


[View source]
def watch(initial = true, &handler : self -> ) : Nil #

Subscribe to updates.


[View source]