feat: auto stop profiling after one minute (#3742)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package collection
|
||||
|
||||
import (
|
||||
"sync"
|
||||
)
|
||||
import "sync"
|
||||
|
||||
// A Ring can be used as fixed size ring.
|
||||
type Ring struct {
|
||||
|
||||
Reference in New Issue
Block a user