diff options
| author | ire <refsdal.ivar@gmail.com> | 2025-05-21 13:49:47 +0200 |
|---|---|---|
| committer | ire <refsdal.ivar@gmail.com> | 2025-05-21 13:49:47 +0200 |
| commit | 70cf82708a158225f900ea808f383194963ea0be (patch) | |
| tree | 63b465ad3c572b3e6a843224e3966440a3487885 | |
| parent | Misc #7 (diff) | |
| download | fiinha-70cf82708a158225f900ea808f383194963ea0be.tar.gz fiinha-70cf82708a158225f900ea808f383194963ea0be.tar.xz | |
Doc prettier #7
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
