Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-09-09 23:34:30 +0300
committerAnna Henningsen <anna@addaleax.net>2019-09-11 23:44:01 +0300
commit9a436d19f3cd541f92e3c1c26a0ec020a10960fa (patch)
tree4f0b02728bcd5952d154bf240d0f38b9a418ae47 /doc/api/worker_threads.md
parentbe926c7e21ddf0e24e26b7a74aabda66e91a9da5 (diff)
worker: mark as stable
This feature is not expected to receive breaking changes to its API and is used in real-world applications. As discussed at the last collaborator summit (Berlin May 2019), the `worker_threads` module can be considered stable once our Web Messaging implementation is compatible with Web Platform Tests. As of b34f05ecf2014a6a51c455e1bee06586ec81ff83, that is the case. Fixes: https://github.com/nodejs/node/issues/22940 PR-URL: https://github.com/nodejs/node/pull/29512 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc/api/worker_threads.md')
-rw-r--r--doc/api/worker_threads.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 60170be54cf..99aa276f585 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -2,7 +2,7 @@
<!--introduced_in=v10.5.0-->
-> Stability: 1 - Experimental
+> Stability: 2 - Stable
The `worker_threads` module enables the use of threads that execute JavaScript
in parallel. To access it: