leonoel / missionary

A functional effect and streaming system for Clojure/Script
Eclipse Public License 2.0
620 stars 25 forks source link

`sem` with non-positive initial permit count ? #111

Open leonoel opened 2 months ago

leonoel commented 2 months ago

Discussion : https://clojurians.slack.com/archives/CL85MBPEF/p1714006427623979

Note - java semaphores can be initialized with negative permit count : https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Semaphore.html