项目作者: go-aah

项目描述 :
interface{} pool in the form of bounded channel
高级语言: Go
项目地址: git://github.com/go-aah/pool.git
创建时间: 2017-01-20T01:40:00Z
项目社区:https://github.com/go-aah/pool

开源协议:MIT License

下载


pool - aah framework

Build Status codecov Go Report Card Version GoDoc License

v0.2 released 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

  1. # install the library
  2. go get -u aahframework.org/pool.v0

See official page [TODO]