mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
6 lines
210 B
Go
6 lines
210 B
Go
// 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
|