(execute! this task)
Executes the task. Must return a deferencable object (like a future or a promise).
Executes the task. Must return a deferencable object (like a future or a promise).
(human-readable this)
a human readable string
a human readable string
(mark! this metric event)
mark when an event happens. metric gives context to the event.
mark when an event happens. metric gives context to the event.
(schedule! this task timeout-ms)
Executes task in the within timeout (in ms). Must return a deferencable object (like a future or a promise).
Executes task in the within timeout (in ms). Must return a deferencable object (like a future or a promise).
(start-timer! this metric timer-name)
starts a timer and returns it
starts a timer and returns it
(stop-timer! this timer)
stops a timer. Must return the number of nanos since it started.
stops a timer. Must return the number of nanos since it started.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |