devinus / poolboy

A hunky Erlang worker pool factory
http://github.com/devinus/poolboy
ISC License
1.56k stars 348 forks source link

Convert worker list to queue for consistent lifo|fifo performance #111

Closed zugolosian closed 6 years ago

zugolosian commented 6 years ago

First change from https://github.com/devinus/poolboy/pull/106 broken out

getong commented 6 years ago

I check the code, and it is ok to merge.

zugolosian commented 6 years ago

@Vagabond can this be merged? That way I can start breaking out the other changes