Versions in this module Expand all Collapse all v0 v0.0.34 Mar 12, 2024 Changes in this version + type Stats struct + Read uint64 + Written uint64 + func (s *Stats) AddRead(n uint64) + func (s *Stats) AddWritten(n uint64) + func (s *Stats) AtomicClone() Stats