Hi Gophers.
I'm wondering if the Timer.C channel can be invalidated (recreated) after calling Reset.
In other words, is it safe to store the C channel on side after Timer creation and will it survive further calls of Reset.
I realize there was change in Go 1.23 with regard to GC-ing timers, but in this case, reference to the timer itself and its channel is held by the program so it is not garbage collected.
cheers,
Wojciech