Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.

README.md

Object Pool

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

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
You can’t perform that action at this time.