PortBlueSky / thread-puddle

A library to pool Node.js worker threads, automatically exposing exported module methods using Proxy Objects. :rocket:
15 stars 3 forks source link

Feature/max queue size #29

Closed kommander closed 1 year ago

kommander commented 1 year ago

Rejects subsequent calls when queue is full, until queue is emptied below maximum again.