From 20a19f433956f063d8048f032aaf5dcce1d61e7c Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 11 Jun 2026 12:08:10 -0400 Subject: add algo for mutating shared object --- docs/type_system/shared.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs/type_system/shared.md') 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 -- cgit v1.2.3