mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 16:22:46 +02:00
5 lines
210 B
Go
5 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
|