Liking cljdoc? Tell your friends :D
Clojure only.

jepsen.faketime

Libfaketime is useful for making clocks run at differing rates! This namespace provides utilities for stubbing out programs with faketime.

Libfaketime is useful for making clocks run at differing rates! This
namespace provides utilities for stubbing out programs with faketime.
raw docstring

scriptclj

(script cmd init-offset rate)

A sh script which invokes cmd with a faketime wrapper. Takes an initial offset in seconds, and a clock rate to run at.

A sh script which invokes cmd with a faketime wrapper. Takes an initial
offset in seconds, and a clock rate to run at.
raw docstring

wrap!clj

(wrap! cmd init-offset rate)

Replaces an executable with a faketime wrapper, moving the original to x.no-faketime. Idempotent.

Replaces an executable with a faketime wrapper, moving the original to
x.no-faketime. Idempotent.
raw docstring

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

× close