Versions in this module Expand all Collapse all v0 v0.0.2 Apr 29, 2024 v0.0.1 Apr 21, 2024 Changes in this version + type Lazy struct + func (l *Lazy) Close() + func (l *Lazy) Closed() bool + func (l *Lazy) Done() <-chan struct{} + func (l *Lazy) String() string + type SafeLazy struct + func (l *SafeLazy) Close() + func (l *SafeLazy) Closed() bool + func (l *SafeLazy) Done() <-chan struct{} + func (l *SafeLazy) String() string