We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8523a7 commit f12f2f5Copy full SHA for f12f2f5
napi.h
@@ -307,8 +307,7 @@ using MaybeOrValue = T;
307
/// Node-API operations within the callback. (Many methods infer the
308
/// environment from the `this` instance that the method is called on.)
309
///
310
-/// In the future, multiple environments per process may be supported,
311
-/// although current implementations only support one environment per process.
+/// Multiple environments may co-exist in a single process or a thread.
312
313
/// In the V8 JavaScript engine, a Node-API environment approximately
314
/// corresponds to an Isolate.
0 commit comments