mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-17 01:51:10 +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.).
|
console/file/queue/db, etc.).
|
||||||
|
|
||||||
Generic signals are fairly low-level and useful mostly for library authors or
|
Generic signals are fairly low-level and useful mostly for library authors or
|
||||||
advanced users writing their own wrapper macros. Regular users will typically
|
advanced users writing their own wrapper macros. NB see `keep-callsite` for
|
||||||
prefer one of the higher-level signal creators optimized for ease-of-use in
|
preserving callsite coords when wrapping Telemere macros like `signal!`.
|
||||||
common cases [1].
|
|
||||||
|
Regular users will typically prefer one of the higher-level signal creators
|
||||||
|
optimized for ease-of-use in common cases [1].
|
||||||
|
|
||||||
Tips:
|
Tips:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,7 @@
|
||||||
enc/newline
|
enc/newline
|
||||||
enc/comp-middleware
|
enc/comp-middleware
|
||||||
sigs/default-handler-dispatch-opts
|
sigs/default-handler-dispatch-opts
|
||||||
|
truss/keep-callsite
|
||||||
|
|
||||||
;; Impl
|
;; Impl
|
||||||
impl/msg-splice
|
impl/msg-splice
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue