Liking cljdoc? Tell your friends :D
Clojure only.

babashka.net


wait-for-itclj

(wait-for-it host port)
(wait-for-it host port {:keys [:timeout :pause] :as opts})

Waits for TCP connection to be available on host and port. Options map supports :timeout and :pause. If :timeout is provided and reached, exception will be thrown. The :pause option determines the time waited between retries.

Waits for TCP connection to be available on host and port. Options map
supports `:timeout` and `:pause`. If `:timeout` is provided and reached,
exception will be thrown. The `:pause` option determines the time waited
between retries.
sourceraw docstring

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

× close