]> git.codecow.com Git - libnemo.git/commit
Refactor vault tasks to use map of IDs instead of a serial queue. Improve worker...
authorChris Duncan <chris@codecow.com>
Fri, 26 Jun 2026 21:58:15 +0000 (14:58 -0700)
committerChris Duncan <chris@codecow.com>
Fri, 26 Jun 2026 21:58:15 +0000 (14:58 -0700)
commit78364181f4a6becc54ee18bcac213acae9a068e0
tree6b5c81feb6f632d8eeafd7cf390e5fa6571b3df5
parentf8ad63d605e73cc9062ff64e89ffb6ae844be4f1
Refactor vault tasks to use map of IDs instead of a serial queue. Improve worker transaction ID with random string instead of performance timer. Simplify vault result processing. Resolve lock/unlock with value-wrapped object to be consistent with other vault results.
src/lib/vault/index.ts
src/lib/vault/vault-worker.ts