From d5ac51b02753b1cda8251ebe9f214ceca4e66869 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 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 --- 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 fa409627ebc472..e965eb900478f3 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: