Liking cljdoc? Tell your friends :D

rigui.async


Delayedclj/sprotocol

delayclj/s

(delay this)

valueclj/s

(value this)
source

delayed-chanclj/s

(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.
sourceraw docstring

delayed-valueclj/s

(delayed-value value delay)

Wraps some value with as a DelayedValue.

Wraps some value with as a DelayedValue.
sourceraw docstring

DelayedChannelcljs

source

DelayedValuecljs

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close