From 7a172be6213839a3d023ba21c3bafd7540a4bfe8 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 31 Mar 2025 02:11:03 -0400 Subject: Remove threads and mutexed data from the language in favor of a module-based approach --- src/stdlib/README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stdlib/README.md') diff --git a/src/stdlib/README.md b/src/stdlib/README.md index 1583c168..6591ead6 100644 --- a/src/stdlib/README.md +++ b/src/stdlib/README.md @@ -31,5 +31,4 @@ some common functionality. - Pointers: [pointers.h](pointers.h), [pointers.c](pointers.c) - Tables: [tables.h](tables.h), [tables.c](tables.c) - Text: [text.h](text.h), [text.c](text.c) -- Threads: [threads.h](threads.h), [threads.c](threads.c) - Type Infos (for representing types as values): [types.h](types.h), [types.c](types.c) -- cgit v1.2.3