certinel icon indicating copy to clipboard operation
certinel copied to clipboard

test(ticker): verify with Go 1.25 synctest

Open terinjokes opened this issue 7 months ago • 0 comments

Go 1.25 introduces the "testing/synctest" package to test concurrent code. Part of the new synctest behavior is a "time bubble" where time is moved forward whenever all goroutines in the bubble are "durably blocked" to the next point that would unblock a goroutine.

terinjokes avatar Jun 14 '25 01:06 terinjokes