Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.