Skip to content

toqueteos/pausereader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc GHA Build Status Go Report Card codebeat

pausereader

Pausable io.Reader.

Installation

go get github.com/toqueteos/pausereader/v3

Changelog

  • v3 Go modules support
  • v2 updated library internals to sync & sync/atomic primitives instead of timer-based polling
  • v1 first release (timer-based polling)