seaweedfs/weed/wdclient/resource_pool/doc.go

5 lines
209 B
Go
Raw Normal View History

// 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