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

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

Awesome Lists containing this project

README

          

[![Travis](https://img.shields.io/travis/povder/unipool/master.svg?style=flat-square)](https://travis-ci.org/povder/unipool/branches)
[![Codecov](https://img.shields.io/codecov/c/github/povder/unipool.svg?style=flat-square)](https://codecov.io/gh/povder/unipool/branch/master)
[![license](https://img.shields.io/github/license/povder/unipool.svg?style=flat-square)](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.