Liking cljdoc? Tell your friends :D
Clojure only.

googlesheets-sql-sync.throttle


makeclj

(make ms)

Create throttler blocking for at a duration of ms.

Create throttler blocking for at a duration of ms.
sourceraw docstring

waitclj

(wait {:keys [last-time ms] :or {last-time (atom 0) ms 0}})

Wait for passed throttler. Sleeps for left duration when last call to wait is more recent than ms.

Wait for passed throttler.
Sleeps for left duration when last call to wait is more recent than ms.
sourceraw docstring

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

× close