Liking cljdoc? Tell your friends :D

re-share.core

Common re-ops functions

Common re-ops functions
raw docstring

curr-timeclj

(curr-time)
source

enable-waitsclj

(enable-waits)
source

error-mclj

(error-m e)
source

find-portclj

(find-port from to)

find the first available port within a given range

find the first available port within a given range
sourceraw docstring

flagclj

source

md5clj

(md5 s)
source

stop-waitsclj

(stop-waits)
source

wait-forclj

(wait-for {:keys [timeout sleep] :or {sleep [100 :ms]} :as timings}
          pred
          message)

A general wait for pred function (wait-for {:timeout [1 :minute] #() "waiting for nothing failed")}

A general wait for pred function
(wait-for {:timeout [1 :minute] #() "waiting for nothing failed")}
sourceraw docstring

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

× close