Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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[]; }