(delayed-chan)
(delayed-chan buf)
(delayed-chan buf tick buckets)
Returns a chan that accepts a DelayValue and makes it available to take after some delay.
Note that if you use a blocking buffer for this channel. It will never block input side. I might change this behavior in future releases.
Returns a chan that accepts a DelayValue and makes it available to take after some delay. Note that if you use a blocking buffer for this channel. It will never block input side. I might change this behavior in future releases.
(delayed-value value delay)
Wraps some value with as a DelayedValue.
Wraps some value with as a DelayedValue.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close