1.3.1 • Published 12 months ago

@html_first/simple_queue v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

simple_queue

  • made for queue handler for @html_first internals;
  • but are generally capable enough for general usages;

how to install

npm i @html_first/simple_queue

*) go to exported list

queue handler with unique id;

*) go to exported list

*) go to exported list

queue handler first in first out;

*) go to exported list

*) go to exported list

debouncing using unique id in conjuction with _Queue;

// @ts-check
import { _Queue, _QueueObject } from '@html_first/simple_queue';
$queue = new _Queue();
$queue.assign( ...new _QueueObject({
	...options
}));

*) go to exported list

*) go to exported list

debouncing first in first out in conjuction with _QueueFIFO

// @ts-check
import { _QueueFIFO, _QueueObjectFIFO } from '@html_first/simple_queue';
$queue = new _QueueFIFO();
$queue.assign( ...new _QueueObjectFIFO({
	...options
}));

*) go to exported list

1.3.1

12 months ago

1.2.0

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.8.0

1 year ago