diff options
| author | ire <refsdal.ivar@gmail.com> | 2025-05-21 14:02:10 +0200 |
|---|---|---|
| committer | ire <refsdal.ivar@gmail.com> | 2025-05-21 14:02:10 +0200 |
| commit | ecacfd99f4f1e7df1d1be232c589b9d1bef0db33 (patch) | |
| tree | c7130d48552f3f7b9d78562cee1b63328f766907 | |
| parent | Doc #7 (diff) | |
| download | fiinha-ecacfd99f4f1e7df1d1be232c589b9d1bef0db33.tar.gz fiinha-ecacfd99f4f1e7df1d1be232c589b9d1bef0db33.tar.xz | |
Doc #7
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -459,7 +459,7 @@ Added multicast support for `datomic.api/tx-report-queue`: ; Both my-q1 and my-q2 will receive everything from `datomic.api/tx-report-queue` for the given `conn` (def my-q3 (yq/get-tx-report-queue-multicast! conn :q-id-3 true)) -; my-q3 specifies the third argument, `send-end-token?`, to true. +; my-q3 specifies the optional third argument, `send-end-token?`, to true. ; The queue will then receive `:end` if the queue is stopped. ; This can enable simpler consuming of queues: (future |
