aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-01-02 16:29:21 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-01-02 16:29:21 -0500
commit1a4a7250bb25a843dc977d0c6cdf65ce0df0e6c5 (patch)
tree05a1da5e11951f13d1f9f3d36d512829319cf9f0 /docs/README.md
parentbe384c0caa92cb152c264125fb265373e6a50440 (diff)
Add some light docs for mutexed access
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index c1e6cf88..e5253963 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -27,6 +27,7 @@ Information about Tomo's built-in types can be found here:
- [Integer Ranges](ranges.md)
- [Integers](integers.md)
- [Languages](langs.md)
+- [Mutexed Data](mutexed.md)
- [Paths](paths.md)
- [Random Number Generators](rng.md)
- [Sets](sets.md)