plumbr (version 0.6.9)

pause: Pause (cache) events.

Description

When a mutaframe is paused, it accumulates events without passing them on. When unpaused, it accumulates all events into a single event and passes it on.

Usage

pause(mf)

Arguments

mf

mutaframe

Details

This is a performance optimisation for when you expect many changes: pause the mutaframe, perform all the changes and then unpause.