From e045c28da5265e14fb0866ae4c32143e2590c964 Mon Sep 17 00:00:00 2001 From: flywind Date: Sat, 6 Mar 2021 00:14:26 +0800 Subject: add warnings to std/isolation (#17270) * remove unnecessary when statement * remove outdated codes * reuse jsffi * move js json coverage * add warnings to std/isolation --- lib/std/isolation.nim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/std/isolation.nim b/lib/std/isolation.nim index 70395d6d4..94abef807 100644 --- a/lib/std/isolation.nim +++ b/lib/std/isolation.nim @@ -10,6 +10,9 @@ ## This module implements the `Isolated[T]` type for ## safe construction of isolated subgraphs that can be ## passed efficiently to different channels and threads. +## +## .. warning:: This module is experimental and its interface may change. +## type Isolated*[T] = object ## Isolated data can only be moved, not copied. -- cgit 1.4.1-2-gfad0