Skip to content

Commit d5ac51b

Browse files
committed
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 b34f05e, that is the case. Fixes: nodejs#22940
1 parent 2833a0d commit d5ac51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/worker_threads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--introduced_in=v10.5.0-->
44

5-
> Stability: 1 - Experimental
5+
> Stability: 2 - Stable
66
77
The `worker_threads` module enables the use of threads that execute JavaScript
88
in parallel. To access it:

0 commit comments

Comments
 (0)