migrated multi host connection pool from godropbox package

removing unneeded dependencies, which involved etcd versions.
This commit is contained in:
Chris Lu
2021-03-06 14:24:01 -08:00
parent 3a96461be3
commit 1444e9d275
12 changed files with 1538 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
// A generic resource pool for managing resources such as network connections.
package resource_pool
// copied from https://github.com/dropbox/godropbox/tree/master/resource_pool
// removed other dependencies