mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user