dropping-buffer

added

ns
clojure.core.async

type
function

(dropping-buffer n)

Returns a buffer of size n. When full, puts will complete but
val will be dropped (no transfer).