We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a15f90 commit 19e7b87Copy full SHA for 19e7b87
packages/SwingSet/src/types-external.js
@@ -38,6 +38,11 @@ export {};
38
39
/**
40
* @typedef { 'local' | 'node-subprocess' | 'xsnap' | 'xs-worker' } ManagerType
41
+ * The type of worker for hosting a vat.
42
+ * - **local**: a Compartment in the SwingSet Node.js process
43
+ * - **node-subprocess**: a child process using the same Node.js executable
44
+ * (`process.execPath`)
45
+ * - **xsnap** or **xs-worker**: an {@link @agoric/xsnap! @agoric/xsnap} worker
46
*/
47
48
0 commit comments