Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenroose/dart-sync
A library for managing asynchronous processes inspired by the Go sync package.
https://github.com/stevenroose/dart-sync
Last synced: 3 months ago
JSON representation
A library for managing asynchronous processes inspired by the Go sync package.
- Host: GitHub
- URL: https://github.com/stevenroose/dart-sync
- Owner: stevenroose
- License: mit
- Created: 2016-11-27T18:53:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:14:39.000Z (about 2 years ago)
- Last Synced: 2024-10-09T22:11:48.180Z (4 months ago)
- Language: Dart
- Size: 11.7 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.