fork method
This is a special case of spawn used specifically to spawn new Node.js processes.
Implementation
external ChildProcess fork(String modulePath,
[List<String> args, ForkOptions options]);
This is a special case of spawn used specifically to spawn new Node.js processes.
external ChildProcess fork(String modulePath,
[List<String> args, ForkOptions options]);