Skip to content

Walik23/Pool

 
 

Repository files navigation

Object Pool and Asyncronous Pool

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

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

See: 4-improved.js

Signature poolify(factory, { size, max })

  • factory - call to instantiate pool item
  • size - preallocated amount
  • max - maximum amount to limit pool

About

Object Pool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%