babashka.wait
W
Waits for file path to be available. Options map supports `:default`, `:timeout` and `:pause`. If `:timeout` is provid...
function([path] [path {:keys [:default :timeout :pause], :as opts}])
Waits for TCP connection to be available on host and port. Options map supports `:timeout` and `:pause`. If `:timeout`...
function([host port] [host port {:keys [:default :timeout :pause], :as opts}])