
This package contains code that supplements the sync package from the go standard library. in particular:
* bundle, which makes it easy to write code that spawns multiple
cancellation-aware workers that may fail.
* invariantmutex, which makes it possible to automatically check your
invariants at lock and unlock time.