//
pkg.gl
Category
github.com/newcloudtechnologies/memlimiter
utils
package
0.0.4
Repository:
https://github.com/newcloudtechnologies/memlimiter.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
37 SLOC
#
Packages
breaker
Package breaker contains useful thread-safe abstraction the helps to control lifetime of actors, background tasks, pools etc.
config
No description provided by the author
#
Functions
ClampFloat64
ClampFloat64 limits the provided value according to the given range.
NewCounter
NewCounter creates counter referring to parent counter.
#
Interfaces
Counter
Counter - thread-safe metrics counter.