Greasy Fork is available in English.

queue

Asynchronous function queue with adjustable concurrency.

Bu script direkt olarak kurulamaz. Başka scriptler için bir kütüphanedir ve meta yönergeleri içerir // @require https://update.greasyfork.org/scripts/482311/1297431/queue.js

Yazar
Jason Kwok
Versiyon
7.0.0
Oluşturulma
15.12.2023
Güncellenme
17.12.2023
Size
5,82 KB
Lisans
MIT
   ____  __  _____  __  _____
  / __ `/ / / / _ \/ / / / _ \
 / /_/ / /_/ /  __/ /_/ /  __/
 \__, /\__,_/\___/\__,_/\___/
   /_/

Asynchronous function queue with adjustable concurrency.

This module exports a class Queue that implements most of the Array API. Pass async functions (ones that accept a callback or return a promise) to an instance's additive array methods. Processing begins when you call q.start().