mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-16 17:41:12 +00:00
[new] Alias keep-callsite, mention in signal! docs
This commit is contained in:
parent
ac5feb4723
commit
bfea51570f
2 changed files with 6 additions and 3 deletions
|
|
@ -12,9 +12,11 @@ dispatches it to registered handlers for processing (e.g. writing to
|
|||
console/file/queue/db, etc.).
|
||||
|
||||
Generic signals are fairly low-level and useful mostly for library authors or
|
||||
advanced users writing their own wrapper macros. Regular users will typically
|
||||
prefer one of the higher-level signal creators optimized for ease-of-use in
|
||||
common cases [1].
|
||||
advanced users writing their own wrapper macros. NB see `keep-callsite` for
|
||||
preserving callsite coords when wrapping Telemere macros like `signal!`.
|
||||
|
||||
Regular users will typically prefer one of the higher-level signal creators
|
||||
optimized for ease-of-use in common cases [1].
|
||||
|
||||
Tips:
|
||||
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@
|
|||
enc/newline
|
||||
enc/comp-middleware
|
||||
sigs/default-handler-dispatch-opts
|
||||
truss/keep-callsite
|
||||
|
||||
;; Impl
|
||||
impl/msg-splice
|
||||
|
|
|
|||
Loading…
Reference in a new issue