golang-github-jacobsa-syncutil-dev

Code that supplements the go stdlib sync package
  https://github.com/jacobsa/syncutil
  0
  no reviews



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.