sindresorhus / p-queue

Promise queue with concurrency control
MIT License
3.39k stars 182 forks source link

Support deno #173

Closed YeungKC closed 1 year ago

YeungKC commented 1 year ago

I want to use this project in Deno, unfortunately, this project doesn't support Deno.

Does it have a plan to support Deno in future?

sindresorhus commented 1 year ago

Deno suports npm packages: https://deno.land/manual@v1.29.4/node

I don't plan any special Deno support.

YeungKC commented 1 year ago

Thank you.