Skip to content

Commit f12f2f5

Browse files
authored
doc: amend outdated doc about multiple environments (#1586)
1 parent d8523a7 commit f12f2f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

napi.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,7 @@ using MaybeOrValue = T;
307307
/// Node-API operations within the callback. (Many methods infer the
308308
/// environment from the `this` instance that the method is called on.)
309309
///
310-
/// In the future, multiple environments per process may be supported,
311-
/// although current implementations only support one environment per process.
310+
/// Multiple environments may co-exist in a single process or a thread.
312311
///
313312
/// In the V8 JavaScript engine, a Node-API environment approximately
314313
/// corresponds to an Isolate.

0 commit comments

Comments
 (0)