sindresorhus/p-queue

Timeout option question

Vedinsoh opened this issue · 1 comments

Documentation mentions the following:

Per-operation timeout in milliseconds. Operations fulfill once timeout elapses if they haven't already.

Does that timeout apply to operations waiting in the queue that didn't start yet, those that are running (pending) or both? It's unclear from the text.