tim-kos/node-retry

Make `_createTimeout` public?

fiznool opened this issue · 1 comments

I'd like to use the _createTimeout function directly to calculate a delay for a job which is to be re-inserted into a databased-backed task queue.

I know I can just use the function, but the _ indicates to me I'm not really supposed to... Would you be happy for this to be made public, e.g. strip the _?

👍