tree: 56f57d859dac3fb0505428fb12f72f2bfda1ad88 [path history] [tgz]
  1. lib/
  2. .analysis_options
  3. .gitignore
  4. BUILD.gn
  5. CHANGELOG.md
  6. LICENSE
  7. LICENSE_HOYLEN
  8. LICENSE_MEZONI
  9. pubspec.yaml
  10. README.md
sync/README.md

sync

A library for managing asynchronous processes inspired by the Go sync package.

Features

  • Mutex & ReadWriteMutex
  • Semaphore
  • WaitGroup

License

Unless otherwise mentioned at the top of a file, all code is licensed under the MIT license as found in the LICENSE file.