Files
releases/util
Philip Conrad f32ad09458 util+plugins: Fix potential memory leaks with explicit timer cancellation. (#7089)
This commit adds a utility for explicitly creating cancelable timers, to avoid
possible memory leaks caused by some `<-time.After` timer receives in select
statements never being GC'd properly. This issue is fixed in Go 1.23, but
since we're still on Go 1.21, this will resolve the possibility of leaks in
the mean time.

Signed-off-by: Philip Conrad <philip@chariot-chaser.net>
2024-10-02 15:56:56 -04:00
..
2024-08-28 20:26:52 +02:00
2023-02-21 13:51:23 -08:00
2016-08-02 16:57:15 -07:00
2017-04-26 15:04:48 -07:00
2024-03-25 11:28:12 -07:00
2024-09-04 14:42:48 -07:00
2017-04-26 15:04:48 -07:00
2020-08-06 14:34:27 -07:00