albrow / jobs

A persistent and flexible background jobs library for go.
MIT License
499 stars 47 forks source link

Allow for multiple arguments to job handler functions #2

Closed albrow closed 9 years ago

albrow commented 9 years ago

Currently job handler functions can only accept one argument. This is not a priority for me, but it would not be too difficult to allow for multiple parameters.

albrow commented 9 years ago

This is possibly superseded by https://github.com/albrow/jobs/issues/14

albrow commented 9 years ago

After some thought, I'm going to implement https://github.com/albrow/jobs/issues/14 instead