Commit d5686f3c authored by wang's avatar wang

f9

parent beeb99f0
import {ThreadPool} from "./ThreadPool.js";
const pool = new ThreadPool(3);
const pool = new ThreadPool(5);
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