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

https://github.com/nugine/wgp

Yet another waitgroup implementation
https://github.com/nugine/wgp

Last synced: 18 days ago
JSON representation

Yet another waitgroup implementation

Awesome Lists containing this project

README

        

# wgp

[![Latest Version]][crates.io]
[![Documentation]][docs.rs]
![License]

[crates.io]: https://crates.io/crates/wgp
[Latest Version]: https://img.shields.io/crates/v/wgp.svg
[Documentation]: https://docs.rs/wgp/badge.svg
[docs.rs]: https://docs.rs/wgp
[License]: https://img.shields.io/crates/l/wgp.svg

Yet another waitgroup implementation.

Documentation:

## Contributing

+ [Development Guide](./CONTRIBUTING.md)