mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 16:01:25 +00:00
Coordinate regular transactions across connections and event loops using native admission leases. Include pending predecessors in scope conflicts, wake the accepting realm after commit or abort, and retire admissions when connections or workers close. Deferred starts retain native mode and scope. Readonly transactions no longer publish snapshots. Merge ordinary writes only within their store scope and check quota against the merged database so disjoint commits cannot overwrite each other or bypass quota. Cover FIFO admission, persistent stores, quota and teardown in native tests, and exercise transaction ordering and worker termination in Window, child Window and Worker integration tests.