summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-09-09 22:34:30 +0200
committerAnna Henningsen <anna@addaleax.net>2019-09-11 21:44:01 +0100
commit9a436d19f3cd541f92e3c1c26a0ec020a10960fa (patch)
tree4f0b02728bcd5952d154bf240d0f38b9a418ae47 /doc
parentbe926c7e21ddf0e24e26b7a74aabda66e91a9da5 (diff)
downloadandroid-node-v8-9a436d19f3cd541f92e3c1c26a0ec020a10960fa.tar.gz
android-node-v8-9a436d19f3cd541f92e3c1c26a0ec020a10960fa.tar.bz2
android-node-v8-9a436d19f3cd541f92e3c1c26a0ec020a10960fa.zip
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')
-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 60170be54c..99aa276f58 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: