mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-17 01:51:10 +00:00
[doc] Document that :msg may be a delay
This commit is contained in:
parent
484b3df122
commit
13d9dbfc62
1 changed files with 1 additions and 1 deletions
|
|
@ -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`)
|
`:uid` --------- ?id of signal instance (unique to each signal created at callsite, contrast with `:id`)
|
||||||
Defaults to `:auto` for tracing signals, and nil otherwise
|
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
|
`:data` -------- Arb app-level ?data to incl. in signal: usu. a map
|
||||||
`:error` ------- Arb app-level ?error to incl. in signal: platform error [2]
|
`:error` ------- Arb app-level ?error to incl. in signal: platform error [2]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue