build.rebuilders.dirty_bit

Special meaning of keys?
No.
Requires an specific scheduler?
No.

The simplest rebuilder, keeps a dirty bit for each key, building it only once. With no way to store this key for future use nor a way to unmark a key, is of little practical use.

Usage

local Rebuilder = require "build.rebuilders.dirty_bit" ()

The Rebuilder.create() will return the rebuilder.

See Also