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

https://github.com/go-aah/pool

interface{} pool in the form of bounded channel
https://github.com/go-aah/pool

aah-framework any-type channel-based efficient-pool pool

Last synced: about 1 year ago
JSON representation

interface{} pool in the form of bounded channel

Awesome Lists containing this project

README

          

# pool - aah framework
[![Build Status](https://travis-ci.org/go-aah/pool.svg?branch=master)](https://travis-ci.org/go-aah/pool) [![codecov](https://codecov.io/gh/go-aah/pool/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/pool/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/pool.v0)](https://goreportcard.com/report/aahframework.org/pool.v0) [![Version](https://img.shields.io/badge/version-0.2-blue.svg)](https://github.com/go-aah/pool/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/pool.v0?status.svg)](https://godoc.org/aahframework.org/pool.v0) [![License](https://img.shields.io/github/license/go-aah/pool.svg)](LICENSE)

***v0.2 [released](https://github.com/go-aah/pool/releases/latest) and tagged on Mar 04, 2017***

Generic `interface{}` pool in the form of bounded channel.

*`pool` developed for aah framework. However, it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*

# Installation
#### Stable - Version
```sh
# install the library
go get -u aahframework.org/pool.v0
```

See official page [TODO]