import { enqueueAtomicOperation } from "https://deno.land/x/fathym_common@v0.2.167/src/deno-kv/enqueueAtomicOperation.ts";
Enqueues an atomic operation with a nonce and optional delay.
Parameters
The Deno.AtomicOperation to enqueue the operation in.
msg: DenoKVNonce
The message to enqueue.
Returns
The enqueued Deno.AtomicOperation.