jessetane / queue

Asynchronous function queue with adjustable concurrency
MIT License
762 stars 66 forks source link

For job function has been added a promise property #94

Closed MaksimLavrenyuk closed 1 year ago

MaksimLavrenyuk commented 1 year ago

Resolve https://github.com/jessetane/queue/issues/85

Today I'm going to fill in the type definition and you can release the new version

MaksimLavrenyuk commented 1 year ago

@jessetane Could you please have a look?

I've added a pointer to the promise as specified in the issue, and I also have type definitions ready, but haven't created a PR for them yet. I am waiting for this thread to update the definitions.

jessetane commented 1 year ago

@MaksimLavrenyuk lgtm, @hanseltime any thoughts?

jessetane commented 1 year ago

@MaksimLavrenyuk thanks for the patch!