arr.push("element");
}
(async () => await Promise.all([work, work, work, work... etc]))();
How to synchronize work function ?
looking for something like asyncio.Lock but for NodeJS
Serializing them, you mean?
Обсуждают сегодня