diff options
Diffstat (limited to 'docs/type_system/lock.md')
| -rw-r--r-- | docs/type_system/lock.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/type_system/lock.md b/docs/type_system/lock.md deleted file mode 100644 index 151c1aa..0000000 --- a/docs/type_system/lock.md +++ /dev/null @@ -1,17 +0,0 @@ -# Lock - ---- - -```text -Lock[[] TARGET] -``` - -## Type Body Object Definitions - -```c -typedef struct { - kpl_type *target; -} kpl_type_body_lock; -``` - -Prevent access to `TARGET` until a mutation occurs |
