bamzi / jobrunner

Framework for performing work asynchronously, outside of the request flow
MIT License
1.04k stars 99 forks source link

refractored start #16

Closed unishubh closed 4 years ago

unishubh commented 5 years ago

@bamzi Created a set of functions and an array of interfaces to init Start function. In order to add new params, just define the setter function and append it's name to the functions array, no need to change the start function.

bamzi commented 4 years ago

Thank you @unishubh