add warnings to std/isolation (#17270)

* remove unnecessary when statement

* remove outdated codes

* reuse jsffi

* move js json coverage

* add warnings to std/isolation
This commit is contained in:
flywind
2021-03-06 00:14:26 +08:00
committed by GitHub
parent 19be5eb1eb
commit e045c28da5

View File

@@ -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.