From 13d9dbfc62759559b1e77a1c209c3c978db29558 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Wed, 30 Oct 2024 15:33:09 +0100 Subject: [PATCH] [doc] Document that `:msg` may be a delay --- projects/main/resources/signal-docstrings/signal-options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/main/resources/signal-docstrings/signal-options.txt b/projects/main/resources/signal-docstrings/signal-options.txt index 6255da7..4da2564 100644 --- a/projects/main/resources/signal-docstrings/signal-options.txt +++ b/projects/main/resources/signal-docstrings/signal-options.txt @@ -7,7 +7,7 @@ Signal options (shared by all signal creators): `:uid` --------- ?id of signal instance (unique to each signal created at callsite, contrast with `:id`) Defaults to `:auto` for tracing signals, and nil otherwise -`:msg` --------- Arb app-level ?message to incl. in signal: str or vec of strs to join (with `\space`) +`:msg` --------- Arb app-level ?message to incl. in signal: str or vec of strs to join (with `\space`), may be a delay `:data` -------- Arb app-level ?data to incl. in signal: usu. a map `:error` ------- Arb app-level ?error to incl. in signal: platform error [2]