mikespook / gearman-go

This package is a Gearman API for Golang. It was implemented a native protocol for both worker and client API.
MIT License
291 stars 83 forks source link

Allow custom Pool without constructor #62

Closed kujohn closed 8 years ago

kujohn commented 8 years ago

This will allow custom selectionHandler and errorHandler for the Pool. Better solution than https://github.com/mikespook/gearman-go/pull/61