garm/runner/pool
Gabriel Adrian Samfira 2554f70b89 Replace time.After with time.NewTimer
Improper use of time.After can lead to memory leaks if the timer never
gets a chance to fire.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2024-07-05 12:55:35 +00:00
..
common.go Deduplicate code 2024-03-17 10:21:41 +00:00
locking.go Remove some code, move some code around 2024-04-01 14:52:37 +00:00
pool.go Replace time.After with time.NewTimer 2024-07-05 12:55:35 +00:00
stub_client.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
util.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
util_test.go Add some unit tests 2024-03-15 14:35:23 +00:00
watcher.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00