import { RWMutex } from 'rw-mutex-ts'; const rwmutex = new RWMutex(); const user = { name: 'John', age: 20, }; async function waitRandomTime() { await new ...
確定! 回上一頁