https://github.com/povder/unipool
Asynchronous, non-blocking and lock-free generic resource pooling library for Scala and Java
https://github.com/povder/unipool
asynchronous lock-free non-blocking pool pooling
Last synced: 10 months ago
JSON representation
Asynchronous, non-blocking and lock-free generic resource pooling library for Scala and Java
- Host: GitHub
- URL: https://github.com/povder/unipool
- Owner: povder
- License: apache-2.0
- Created: 2017-11-12T09:17:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T05:02:16.000Z (over 6 years ago)
- Last Synced: 2025-01-16T04:29:05.559Z (12 months ago)
- Topics: asynchronous, lock-free, non-blocking, pool, pooling
- Language: Scala
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/povder/unipool/branches)
[](https://codecov.io/gh/povder/unipool/branch/master)
[](https://github.com/povder/unipool/blob/master/LICENSE)
## What is unipool?
unipool is asynchronous, non-blocking and lock-free generic resource pooling
library for Scala and Java.