diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-31 02:11:03 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-31 02:11:03 -0400 |
| commit | 7a172be6213839a3d023ba21c3bafd7540a4bfe8 (patch) | |
| tree | 5646ba0e4c0690fe64711fb77658308541de695b /src/stdlib/README.md | |
| parent | d3655740cc6a8e6c4788946af412065fb52f51dc (diff) | |
Remove threads and mutexed data from the language in favor of a
module-based approach
Diffstat (limited to 'src/stdlib/README.md')
| -rw-r--r-- | src/stdlib/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
