refactor: factor out fixed queue common code in an abstract class
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 6 Jul 2024 23:28:47 +0000 (01:28 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 6 Jul 2024 23:28:47 +0000 (01:28 +0200)
commit840270a0f49c9d845f9b2850a36853e1d709f740
tree682bfdcd5814d6839ae2e7be3dbba4c0ba3cea74
parent9008a9668154357ce942ec56caa95dfc3fc08238
refactor: factor out fixed queue common code in an abstract class

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/abstract-fixed-queue.ts [new file with mode: 0644]
src/fixed-priority-queue.ts
src/fixed-queue.ts
tests/fixed-priority-queue.test.mjs