summaryrefslogtreecommitdiff
path: root/docs/type_system/lock.md
blob: 0b820883b9df87d791e18ad9eab8d3e17f29edda (plain)
1
2
3
4
5
6
7
8
9
# Lock

---

Prevents NAME from being modified while TYPE is accessed as a Ref

```text
Lock[Name; Ref[TYPE]]
```