mirror of https://github.com/panjf2000/ants.git
Merge branch 'develop'
This commit is contained in:
commit
3ad4352b57
|
@ -62,7 +62,7 @@ type PoolWithFunc struct {
|
||||||
once sync.Once
|
once sync.Once
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *PoolWithFunc) MonitorAndClear() {
|
func (p *PoolWithFunc) monitorAndClear() {
|
||||||
go func() {
|
go func() {
|
||||||
for {
|
for {
|
||||||
time.Sleep(p.expiryDuration)
|
time.Sleep(p.expiryDuration)
|
||||||
|
|
Loading…
Reference in New Issue