Liking cljdoc? Tell your friends :D

clj-uuid.clock

Lock-Free, Thread-safe Monotonic Clocks

Lock-Free, Thread-safe Monotonic Clocks
raw docstring

+random-counter-resolution+clj

source

+subcounter-resolution+clj

source

monotonic-timeclj

(monotonic-time)

Generate a guaranteed monotonically increasing timestamp based on Gregorian time and a stateful subcounter

Generate a guaranteed monotonically increasing timestamp based on
Gregorian time and a stateful subcounter
sourceraw docstring

monotonic-unix-time-and-random-counterclj

(monotonic-unix-time-and-random-counter)

Generate guaranteed monotonically increasing number pairs based on POSIX time and a randomly seeded subcounter

Generate guaranteed monotonically increasing number pairs based on
POSIX time and a randomly seeded subcounter
sourceraw docstring

posix-timeclj

(posix-time)
(posix-time gregorian)

Generate the (Unix compatible) POSIX time -- the number of seconds that have elaspsed since 00:00 January 1, 1970 UTC

Generate the (Unix compatible) POSIX time -- the number of seconds
that have elaspsed since 00:00 January 1, 1970 UTC
sourceraw docstring

universal-timeclj

(universal-time)
(universal-time gregorian)

Generate the (Common-Lisp compatible) universal-time -- the number of seconds that have elapsed since 00:00 January 1, 1900 GMT

Generate the (Common-Lisp compatible) universal-time -- the number of
seconds that have elapsed since 00:00 January 1, 1900 GMT
sourceraw docstring

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

× close