forked from mirror/ants
optimization
This commit is contained in:
parent
a2fbed1900
commit
9c4ec3fe31
|
@ -62,7 +62,7 @@ type PoolWithFunc struct {
|
|||
once sync.Once
|
||||
}
|
||||
|
||||
func (p *PoolWithFunc) MonitorAndClear() {
|
||||
func (p *PoolWithFunc) monitorAndClear() {
|
||||
go func() {
|
||||
for {
|
||||
time.Sleep(p.expiryDuration)
|
||||
|
|
Loading…
Reference in New Issue