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. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6b41144c..16ffac51 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,7 @@ of many language features or the other example programs/modules in - Built-in doctests with syntax highlighting - [Automatic command line argument parsing with type safety](docs/command-line-parsing.md) - [Easy interoperability with C](docs/c-interoperability.md) -- Support for [POSIX threads](docs/threads.tm) and thread-safe message passing - queues over [channels](docs/channels.tm). +- Support for [POSIX threads](docs/threads.tm) and mutex-guarded datastructures. - Built-in [data serialization and deserialization](docs/serialization.md). ## Dependencies -- cgit v1.2.3