Skip to content

dominictarr/pull-rate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pull-rate

track the rate of flow of a pull-stream.

var Rate = require('pull-rate')
var bytes = 0
pull(
  Rate(source, function (length) { bytes += length }),
  ...
)

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published