const worker = require('worker_threads');. Workers are useful for performing CPU-intensive JavaScript operations; do not use them for I/O, since Node.js's ...
確定! 回上一頁