Releases: martinspudich/go-collections
Releases · martinspudich/go-collections
v0.5.0
v0.4.2
Fixing expired element channel. Returning data instead of private str…
v0.4.1
Fixing expired element channel.
v0.4.0
Add expired element channel.
v0.3.0
Add Clear method to time expired list and map.
v0.2.9
Lock collection for all operations include Get, GetAll and Size, fixi…
v0.2.8
Lock collection for all operations include Get, GetAll and Size
v0.2.7
Stop ticker after run method exit.
v0.2.6
Solving issue to run removeExpired only once, change time.Timer to ti…
v0.2.5
Fixing memory leek with Timer at run() methods