Skip to main content
method Deno.AtomicOperation.prototype.enqueue

Add to the operation a mutation that enqueues a value into the queue if all checks pass during the commit.

Parameters

value: unknown
optional
options: { delay?: number; keysIfUndelivered?: Deno.KvKey[]; backoffSchedule?: number[]; }