Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 643 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 643 Bytes

Object Pool and Asyncronous Pool

Фабрики и пулы объектов

Асинхронный пул для worker thread pool в Node.js

See: 4-improved.js

Signature poolify(factory, min, norm, max)

  • factory - call to instantiate pool item
  • min - minimum amount to allocate new
  • norm - preallocated amount
  • max - maximum amount to limit pool