Versions in this module Expand all Collapse all v0 v0.0.4 Aug 15, 2023 Changes in this version + type BatchWriter struct + func NewBatchWriter(duration time.Duration) *BatchWriter + func (b *BatchWriter) Close() + func (b *BatchWriter) Load(key interface{}) (value interface{}, ok bool) + func (b *BatchWriter) ProcessBatch(fn func(key, val interface{}) bool) bool + func (b *BatchWriter) Store(key, value interface{}) + type Monitor struct + func RunMonitor(f func()) (m *Monitor) + func (m *Monitor) Wait()