Skip to content
/ pool Public

interface{} pool in the form of bounded channel

License

Notifications You must be signed in to change notification settings

go-aah/pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

See official page [TODO]