From 1a4a7250bb25a843dc977d0c6cdf65ce0df0e6c5 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 2 Jan 2025 16:29:21 -0500 Subject: Add some light docs for mutexed access --- docs/threads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/threads.md') diff --git a/docs/threads.md b/docs/threads.md index 44f5967e..4d91e8bd 100644 --- a/docs/threads.md +++ b/docs/threads.md @@ -2,7 +2,7 @@ Tomo supports POSIX threads (pthreads) through the `Thread` type. The recommended practice is to have each thread interact with other threads only -through mutex-guarded datastructures. +through [mutex-guarded datastructures](mutexed.md). ## Thread Methods -- cgit v1.2.3