Liking cljdoc? Tell your friends :D

googlesheets-sql-sync.interval


->msclj

(->ms interval)
source

->stringclj

(->string interval)
source

create-timeout>clj

(create-timeout> out-chan payload)

Returns a channel which takes timeouts of type interval and writes payload to out-chan once timeout passed. If next timeout is passed to channel while last is still blocking, next timeout out is dropped. out-chan is closed once timeout> is closed.

Returns a channel which takes timeouts of type interval
and writes payload to out-chan once timeout passed.
If next timeout is passed to channel while last is still blocking,
next timeout out is dropped.
out-chan is closed once timeout> is closed.
sourceraw docstring

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

× close