From 9a436d19f3cd541f92e3c1c26a0ec020a10960fa Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 9 Sep 2019 22:34:30 +0200 Subject: [PATCH] worker: mark as stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Michaƫl Zasso Reviewed-By: Trivikram Kamat Reviewed-By: Jiawen Geng Reviewed-By: Gireesh Punathil Reviewed-By: Matteo Collina Reviewed-By: Yongsheng Zhang Reviewed-By: James M Snell Reviewed-By: Michael Dawson --- doc/api/worker_threads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index 60170be54cfb5a..99aa276f5859ca 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -2,7 +2,7 @@ -> Stability: 1 - Experimental +> Stability: 2 - Stable The `worker_threads` module enables the use of threads that execute JavaScript in parallel. To access it: