Package textbender.g.hold

Facilities to manage holding and releasing of programmatic resources

See:
          Description

Interface Summary
Hold Something that may be released, or undone.
Spool An unwindable spool of holds.
 

Class Summary
Spool0 Null implementation of a spool; it is always empty and never unwinds.
Spool1 Basic implementation of a spool.
SpoolT A thread-safe implementation of a spool, based on a Vector.
 

Package textbender.g.hold Description

Facilities to manage holding and releasing of programmatic resources.