luckyxunmo / pool_go

The purpose of the pool package is to show how you can use a buffered channel to pool a set of resources that can be shared and individually used by any number of goroutines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

The purpose of the pool package is to show how you can use a buffered channel to pool a set of resources that can be shared and individually used by any number of goroutines.


Languages

Language:Go 100.0%