package
0.0.0-20240131150731-99cda8c7308a
Repository: https://github.com/bartossh/algo.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
# Interfaces
A Canceler is used to remove previously added callbacks, see ComputeCell.
A Cell is conceptually a holder of a value.
A ComputeCell always computes its value based on other cells and can call callbacks upon changes.
An InputCell has a changeable value, changing the value triggers updates to other cells.
A Reactor manages linked cells.