Liking cljdoc? Tell your friends :D
Clojure only.

app-sauce.async.timer


everyclj

(every chan ms msg)

Repeatedly sends a message to the channel with a delay of ms milliseconds between each message. Time blocked waiting to send does not reduce the subsequent delay. The timer will stop automatically when the channel is closed.

Repeatedly sends a message to the channel with a delay of ms milliseconds
between each message. Time blocked waiting to send does not reduce the
subsequent delay. The timer will stop automatically when the channel is
closed.
raw docstring

onceclj

(once chan ms msg)

Send a message to the channel after waiting ms milliseconds.

Send a message to the channel after waiting ms milliseconds.
raw docstring

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

× close