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