Skip to content

joshlf/postpone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postpone

The postpone package provides an io.ReadSeeker wrapper with extra functionality. Some examples:

Create a ReadSeeker for a file which only opens the file once the Read method is called.

Create a ReadSeeker for a file which preloads the file into RAM and closes the connection to speed file reads.

About

Asynchronous, as-needed io reader (golang)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages