Commit 25674f2f authored by wang's avatar wang

并发

parent c77160c5
import {ThreadPool} from "./ThreadPool.js";
const pool = new ThreadPool(2);
const pool = new ThreadPool(3);
let data = { name: '你好' }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment