//
pkg.gl
Category
github.com/tiny-go/timap
repository
package
1.2.0
Repository:
https://github.com/tiny-go/timap.git
Documentation:
pkg.go.dev
Overview
Dependencies
4
Dependents
1
#
README
Timap
Different map implementations
Timap
is a wrapper over
sync.Map
that allows to set life time for each key-value pair.
CtxMap
allows storing key/value pairs with context to be deleted once the context is cancelled or its deadline is exceeded.