aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorire <refsdal.ivar@gmail.com>2025-05-21 13:48:10 +0200
committerire <refsdal.ivar@gmail.com>2025-05-21 13:48:10 +0200
commit4a3a9a5da6e7a8771eb3adb79172aca5ce8f26a6 (patch)
tree8838d1682d0c447cd6dcea7833107789f7ae25b3 /README.md
parentDoc. Return true/false if queues were stopped or not #7 (diff)
downloadfiinha-4a3a9a5da6e7a8771eb3adb79172aca5ce8f26a6.tar.gz
fiinha-4a3a9a5da6e7a8771eb3adb79172aca5ce8f26a6.tar.xz
Misc #7
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 675fa9a..dda9b47 100644
--- a/README.md
+++ b/README.md
@@ -473,12 +473,12 @@ Added multicast support for `datomic.api/tx-report-queue`:
@(d/transact conn [{:db/doc "new-data"}])
; Stop the queue:
-(yq/stop-multicaster-id! conn :q-id-3)
+(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!".
; if the queue is already stopped (or never was started), `stop-multicaster...` functions will return false:
-(yq/stop-multicaster-id! conn :already-stopped-queue-or-typo)
+(yq/stop-multicast-consumer-id! conn :already-stopped-queue-or-typo)
=> false
; Stop all queues for all connections: