aboutsummaryrefslogtreecommitdiff
path: root/docs/threads.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/threads.md')
-rw-r--r--docs/threads.md2
1 files changed, 1 insertions, 1 deletions
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