diff options
Diffstat (limited to 'docs/type_system/shared.md')
| -rw-r--r-- | docs/type_system/shared.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/type_system/shared.md b/docs/type_system/shared.md index db8e6dc..2af408d 100644 --- a/docs/type_system/shared.md +++ b/docs/type_system/shared.md @@ -5,13 +5,9 @@ Hold multiple references to the same object ```text -Shared[[LOCK] Type] +Shared[[] Type] ``` -### `LOCK` - -The shared type has been detected across asynchronous tasks and needs to lock the mutex on mutation - # Garbage Collection A tracing mark and sweep garbage collector is used |
