Namespace: Lens.Deps

Provides access to the Meteor reactivity system. See Meteor's Documentation for details.

In particular, use Lens.Deps.autorun to automatically re-run a function when a reactive data source (such as @link{Lens.DB}, @link{Lens.Machines}, or @link{Lens.Session}) changes.