tree: bd7e070068dbe5f6221679eb4901edd5afdc7801 [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.