Back

chime-at (clj)

(source)

function

(chime-at times f & [{:keys [error-handler on-finished], :or {on-finished (fn* [] ())}, :as opts}])
Deprecated: use `chime.core/chime-at` instead - see the source of this fn for a migration. Calls `f` with the current time at every time in the `times` list.

Examples