# Atomic Boundary

> The rules governing atomicity — a transactional boundary that fully commits or fully rolls back, no partial commit, no deferring within.

Record: `algo:atomic-boundary`
Kind: Architectural Clusters
Layer: [Atomic Boundary](https://banes-lab.com/records/layer/atomic-boundary.md)
Canonical: https://banes-lab.com/ontology/algorithms#algo-atomic-boundary
Closure: https://banes-lab.com/json/records/algo/atomic-boundary/closure

## composed-by

- [Immediacy Over Deferring](https://banes-lab.com/records/algo/no-deferring.md)
- [Atomic Boundary Over Partial Commit](https://banes-lab.com/records/algo/no-partial-commit.md)
