A simple generic pool implementation
Find a file
2023-05-29 05:43:31 +05:30
.gitignore Initial commit 2023-05-27 01:45:26 +05:30
go.mod Initial commit 2023-05-27 01:45:26 +05:30
LICENCE Initial commit 2023-05-27 01:45:26 +05:30
pool.go Fix 2023-05-29 05:43:31 +05:30
README.md Initial commit 2023-05-27 01:45:26 +05:30

go-generic-pool

A simple generic pool implementation.

See documentation.

Licence

Licensed under Apache 2.0, see LICENCE.