Skip to content

Tags: bradenaw/juniper

Tags

v0.15.3

Toggle v0.15.3's commit message
fix a panic opportunity in xerrors.WithStack

v0.15.2

Toggle v0.15.2's commit message
fix missed wakeup in ContextCond

v0.15.1

Toggle v0.15.1's commit message
mod version -> go 1.18

v0.15.0

Toggle v0.15.0's commit message
restore compatibility with go1.18-go1.20

v0.14.3

Toggle v0.14.3's commit message
use a generation number on JitterTicker to prevent latent ticks from …

…arriving

v0.14.2

Toggle v0.14.2's commit message
resolve race in NewJitterTicker

v0.14.1

Toggle v0.14.1's commit message
xmath.{Min,Max} and xslices.Clear also marked as deprecated because t…

…hey're builtins now

v0.14.0

Toggle v0.14.0's commit message
mark functions made redundant by standard library improvements in 1.2…

…1 as deprecated

v0.13.1

Toggle v0.13.1's commit message
fix deadlock in xsync.Group when spawning after stop

v0.13.0

Toggle v0.13.0's commit message
xsync.Group now single-use, change names Once->Do and Wait->StopAndWait