worker.stdin
- 类型: <null> | <stream.Writable>
如果在 Worker 构造函数中传递了 stdin: true,则这是一个可写流。写入此流的数据将在工作线程中以 process.stdin 的形式可用。
【If stdin: true was passed to the Worker constructor, this is a
writable stream. The data written to this stream will be made available in
the worker thread as process.stdin.】