Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rh-id/concurrent-utils
Java concurrent utilities
https://github.com/rh-id/concurrent-utils
Last synced: 8 days ago
JSON representation
Java concurrent utilities
- Host: GitHub
- URL: https://github.com/rh-id/concurrent-utils
- Owner: rh-id
- License: mit
- Created: 2022-07-05T11:11:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T07:55:06.000Z (about 2 years ago)
- Last Synced: 2023-03-05T18:58:21.142Z (over 1 year ago)
- Language: Java
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# concurrent-utils
![Languages](https://img.shields.io/github/languages/top/rh-id/concurrent-utils)
![JitPack](https://img.shields.io/jitpack/v/github/rh-id/concurrent-utils)
![Downloads](https://jitpack.io/v/rh-id/concurrent-utils/week.svg)
![Downloads](https://jitpack.io/v/rh-id/concurrent-utils/month.svg)
![Android CI](https://github.com/rh-id/concurrent-utils/actions/workflows/gradlew-build.yml/badge.svg)This project support jitpack, in order to use this, you need to add jitpack to your project root build.gradle:
```
allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
```Include this to your module dependency (module build.gradle)
```
dependencies {
implementation 'com.github.rh-id:concurrent-utils:v0.0.1'
}
```## Support this project
Consider donation to support this project