Skip to content

jetmind/waterfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waterfall

Manifold utilities.

  • Creation of streams with sliding buffer

Clojars Project

Usage

Dependency: [jetmind/waterfall "0.1.0"]

(require '[jetmind.waterfall :as w])

(def s (w/sliding-stream 10))

Works pretty much as you would expect. put!'s always succeed (replacing oldest element if buffer is full).

About

Manifold utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published