From be384c0caa92cb152c264125fb265373e6a50440 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 2 Jan 2025 16:24:07 -0500 Subject: Replace threads with generic mutexed datastructures. --- 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 68fdf7d7..44f5967e 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 thread-safe Channels with no other shared data. +through mutex-guarded datastructures. ## Thread Methods -- cgit v1.2.3