@pwngh/economy-lab
    Preparing search index...

    Type Alias BatchSlot<T>

    BatchSlot: { ok: true; value: T } | { error: unknown; ok: false }

    One work item's slot in a Store.batchTransaction: its return value, or the error its savepoint rolled back with. The batch itself only rejects when the shared transaction cannot commit at all.

    Type Parameters

    • T