# Functions
NewBatchWriter creates a new BatchWriter.
No description provided by the author
# Structs
BatchWriter is a struct that wraps a concurrent sync.Map and dispatches all writes to it at once, a specific duration (e.g.
Monitor is a convenience wrapper around starting a goroutine with a wait group, which can be used to wait for the goroutine to stop.