aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-31 02:11:03 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-31 02:11:03 -0400
commit7a172be6213839a3d023ba21c3bafd7540a4bfe8 (patch)
tree5646ba0e4c0690fe64711fb77658308541de695b /docs/README.md
parentd3655740cc6a8e6c4788946af412065fb52f51dc (diff)
Remove threads and mutexed data from the language in favor of a
module-based approach
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index 0034ab8b..f7884321 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -25,7 +25,6 @@ Information about Tomo's built-in types can be found here:
- [Floating point numbers](nums.md)
- [Integers](integers.md)
- [Languages](langs.md)
-- [Mutexed Data](mutexed.md)
- [Paths](paths.md)
- [Random Number Generators](rng.md)
- [Sets](sets.md)
@@ -33,7 +32,6 @@ Information about Tomo's built-in types can be found here:
- [Tables](tables.md)
- [Text](text.md)
- [Text Pattern Matching](patterns.md)
-- [Threads](threads.md)
## Built-in Functions