Liking cljdoc? Tell your friends :D

tea-time.core

Clocks and scheduled tasks. Provides functions for getting the current time and running functions (Tasks) at specific times and periods. Includes a threadpool for task execution, controlled by (start!) and (stop!).

Clocks and scheduled tasks. Provides functions for getting the current time
and running functions (Tasks) at specific times and periods. Includes a
threadpool for task execution, controlled by (start!) and (stop!).
raw docstring

tea-time.virtual

Provides controllable periodic and deferred execution. Calling (advance! target-time-in-seconds) moves the clock forward, triggering events that would have occurred, in sequence. Each task executes exactly at its target time.

Provides controllable periodic and deferred execution. Calling (advance!
target-time-in-seconds) moves the clock forward, triggering events that would
have occurred, in sequence. Each task executes exactly at its target time.
raw docstring

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

× close