Skip to main content

dropping-buffer

function

clojure.core.async/dropping-buffer

Available in:BBCLJ
(dropping-buffer [n])
Returns a buffer of size n. When full, puts will complete but val will be dropped (no transfer).

No examples yet. Be the first to add one!