import { enqueueAtomic } from "https://deno.land/x/fathym_common@v0.2.148-fluent-builder/src/deno-kv/enqueueAtomic.ts";
Enqueues an atomic operation and returns the result.
Parameters
queueKv: Deno.Kv
The KV store for the queue.
msg: DenoKVNonce
The message to enqueue.
optional
atomicOpHandler: AtomicOperationHandlerThe atomic operation handler.
optional
opKv: Deno.KvThe KV store for the operation.
Returns
Promise<Deno.KvCommitResult | Deno.KvCommitError>
A promise that resolves to the commit result of the enqueue operation.