sig -> signal

This commit is contained in:
Michiel Borkent 2020-01-12 20:18:37 +01:00
parent 5a63d37486
commit 8c41237f7a
2 changed files with 3 additions and 3 deletions

View file

@ -263,10 +263,10 @@ Waits for TCP connection to be available on host and port. Options map supports
Waits for file path to be available. Options map supports `:default`, `:timeout` and `:pause`. If `:timeout` is provided and reached, `:default`'s value (if any) is returned. The `:pause` option determines the time waited between retries. Waits for file path to be available. Options map supports `:default`, `:timeout` and `:pause`. If `:timeout` is provided and reached, `:default`'s value (if any) is returned. The `:pause` option determines the time waited between retries.
- `sig/pipe-signal-received?`. Usage: - `signal/pipe-signal-received?`. Usage:
``` clojure ``` clojure
(sig/pipe-signal-received?) (signal/pipe-signal-received?)
``` ```
Returns true if `PIPE` signal was received. Example: Returns true if `PIPE` signal was received. Example:

View file

@ -213,7 +213,7 @@ Everything after that is bound to *command-line-args*."))
'{tools.cli 'clojure.tools.cli '{tools.cli 'clojure.tools.cli
edn clojure.edn edn clojure.edn
wait babashka.wait wait babashka.wait
sig babashka.signal signal babashka.signal
shell clojure.java.shell shell clojure.java.shell
io clojure.java.io io clojure.java.io
async clojure.core.async async clojure.core.async