From 2e730f1452254ae7c86d89b167f0fe9e002f57b4 Mon Sep 17 00:00:00 2001 From: flywind Date: Fri, 12 Mar 2021 20:04:32 +0800 Subject: rename channels to channels_builtin (#17330) * improve test coverage for isolation * a bit better * rename channels to channels_builtin --- doc/lib.rst | 2 +- doc/manual.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/lib.rst b/doc/lib.rst index 47ede70ee..2a4c2c03c 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -39,7 +39,7 @@ Automatic imports Basic Nim thread support. **Note:** This is part of the system module. Do not import it explicitly. Enabled with ``--threads:on``. -* `channels `_ +* `channels `_ Nim message passing support for threads. **Note:** This is part of the system module. Do not import it explicitly. Enabled with ``--threads:on``. diff --git a/doc/manual.rst b/doc/manual.rst index 4686247d2..89b3bdb94 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -7721,7 +7721,7 @@ Threads To enable thread support the ``--threads:on`` command-line switch needs to be used. The ``system`` module then contains several threading primitives. -See the `threads `_ and `channels `_ modules +See the `threads `_ and `channels `_ modules for the low-level thread API. There are also high-level parallelism constructs available. See `spawn `_ for further details. -- cgit 1.4.1-2-gfad0