aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorire <refsdal.ivar@gmail.com>2025-05-21 13:49:47 +0200
committerire <refsdal.ivar@gmail.com>2025-05-21 13:49:47 +0200
commit70cf82708a158225f900ea808f383194963ea0be (patch)
tree63b465ad3c572b3e6a843224e3966440a3487885
parentMisc #7 (diff)
downloadfiinha-70cf82708a158225f900ea808f383194963ea0be.tar.gz
fiinha-70cf82708a158225f900ea808f383194963ea0be.tar.xz
Doc prettier #7
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index dda9b47..35ef8ae 100644
--- a/README.md
+++ b/README.md
@@ -475,9 +475,11 @@ Added multicast support for `datomic.api/tx-report-queue`:
; Stop the queue:
(yq/stop-multicast-consumer-id! conn :q-id-3)
=> true
-; The multicaster thread will send `:end` and the consumer thread will then print "Time to exit. Goodbye!".
+; The multicaster thread will send `:end`.
+; The consumer thread will then print "Time to exit. Goodbye!".
-; if the queue is already stopped (or never was started), `stop-multicaster...` functions will return false:
+; if the queue is already stopped (or never was started), the `stop-multicaster...`
+; functions will return false:
(yq/stop-multicast-consumer-id! conn :already-stopped-queue-or-typo)
=> false