package
Version:
v2.7.5
Opens a new window with list of versions in this module.
Published: Aug 27, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (p *Pool[T]) Close()
Close 池关闭所有现有资源
func (p *Pool[T]) Release(r T)
Release 池中释放资源
type Poolable interface {
Close() error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.