sindresorhus / p-queue

Promise queue with concurrency control
MIT License
3.45k stars 185 forks source link

Where TaskResultType place? #116

Closed RafaelGSS closed 4 years ago

RafaelGSS commented 4 years ago

At here define the return of add method to be TaskResultType. But, I don't find any references to this type, where it place?

RafaelGSS commented 4 years ago

I forget that this is a generic type.