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.
optional
options: { delay?: number; keysIfUndelivered?: Deno.KvKey[]; backoffSchedule?: number[]; }