(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |