zlog/diode/internal/diodes
Jean-Sébastien Didierlaurent e86e8f2f49
fix(diode): atomic.AddUint64 in 32-bit cause panic (#229)
see: https://golang.org/pkg/sync/atomic/#pkg-note-BUG
2020-05-11 11:49:43 -07:00
..
README Embed the diode lib to avoid test dependencies 2018-05-24 19:15:40 -07:00
many_to_one.go fix(diode): atomic.AddUint64 in 32-bit cause panic (#229) 2020-05-11 11:49:43 -07:00
one_to_one.go fix(diode): atomic.AddUint64 in 32-bit cause panic (#229) 2020-05-11 11:49:43 -07:00
poller.go Embed the diode lib to avoid test dependencies 2018-05-24 19:15:40 -07:00
waiter.go Embed the diode lib to avoid test dependencies 2018-05-24 19:15:40 -07:00

README

Copied from https://github.com/cloudfoundry/go-diodes to avoid test dependencies.