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
- Host: GitHub
- URL: https://github.com/nugine/wgp
- Owner: Nugine
- License: mit
- Created: 2022-02-28T07:23:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T11:47:44.000Z (3 months ago)
- Last Synced: 2025-04-10T23:05:16.531Z (18 days ago)
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.svgYet another waitgroup implementation.
Documentation:
## Contributing
+ [Development Guide](./CONTRIBUTING.md)