Versions in this module Expand all Collapse all v0 v0.2.0 May 22, 2020 Changes in this version + func GetUINT32(buf []byte) (n uint32) + func Max(x uint64, y uint64) uint64 + func PutUINT32(buf []byte, n uint32) v0.1.0 Sep 13, 2019 Changes in this version + func GetUINT16(buf []byte) (n uint16) + func GetUINT40(buf []byte) uint64 + func GetUINT64(buf []byte) (n uint64) + func Min(x uint64, y uint64) uint64 + func Min32(x uint32, y uint32) uint32 + func PutUINT16(buf []byte, n uint16) + func PutUINT40(buf []byte, val uint64) + func PutUINT64(buf []byte, n uint64) + type Stopper struct + func NewStopper() *Stopper + func (s *Stopper) Close() + func (s *Stopper) RunWorker(f func()) + func (s *Stopper) ShouldStop() chan struct{} + func (s *Stopper) Stop() + func (s *Stopper) Wait()