All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
pub
correctly closes events-ch
when empty topics.spread-pub
has been deprecated in favor of pub-layer
put-close!
as a shorthand for (do (put! ch val) (close ch))
pub-layer
Creates a pub that whose topics can be attached/detached to any source/s.consume
with :thread? true was not creating a threadevents-ch
now uses an internal sliding-buffer 1 that pipes to events-ch
, so instead of relying on consumption/buffering of events-ch
by the user to not blow up, now old events will be dropped in favor of new ones.<?
and <??
macrosInitial release
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close