Liking cljdoc? Tell your friends :D

pumila.commander.protocol


Commandercljprotocol

execute!clj

(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-readableclj

(human-readable this)

a human readable string

a human readable string

mark!clj

(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!clj

(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!clj

(start-timer! this metric timer-name)

starts a timer and returns it

starts a timer and returns it

stop-timer!clj

(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.
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close