inaka / worker_pool

Erlang worker pool
https://hex.pm/packages/worker_pool
Apache License 2.0
276 stars 80 forks source link

Turn #wpool into an ODS #148

Closed elbrujohalcon closed 6 years ago

elbrujohalcon commented 6 years ago

Move wpool record into wpool_pool with its own opaque type and use that instead of sharing wpool.h everywhere.

elbrujohalcon commented 6 years ago

Don't forget we already tried to turn it into a map in #77 and figure out it doesn't make sense.