clojure - How to make manifold stream with dropping buffer? -


using core.async i'm able create channel dropping buffer:

(async/chan (async/dropping-buffer 10)) 

is possible create manifold stream dropping buffer?

you can same result creating (s/stream 10), , using (try-put! msg 0) instead of put!, such puts full stream time out.


Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -