starvation-free-priority-queue

An in-memory priority queue that prevents starvation by balancing priority and arrival time. Items are greedily prioritized within each batch of the longest-waiting items, ensuring fairness alongside prioritization and bounded delays for low-priority task
v1.0.0 URL: https://unpkg.com/starvation-free-priority-queue@1.0.0/dist/starvation-free-priority-queue.js
OpenBrowse Files
starvationstarvation-freepriority-queuestarvation-free-priority-queueprioritized-taskprioritybounded-delayweighted-tasksschedulingaging-tasksprioritizationbalancegreedy-per-batchfrontiertasks-queuetask-schedulingtask-schedulepre-allocatednodejstypescripttsES2020

delayed-async-tasks-manager

A scheduler for one-time (non-periodic) asynchronous tasks, designed to manage delayed executions. It features status getters to communicate the execution state, a robust error handling mechanism for capturing uncaught errors, and the ability to abort pen
v1.0.1 URL: https://unpkg.com/delayed-async-tasks-manager@1.0.1/dist/delayed-async-tasks-manager.js
OpenBrowse Files
delayeddeferreddelayed-taskdeferred-tasktaskasync-tasktasksjobasync-jobjobsmanagertask-managerjob-managerscheduletask-scheduleschedulertask-schedulerjob-schedulersetTimeouttimerexecutorrunneronetimeone-timeonetime-executionsingle-executiontypescripttsgraceful-shutdowndeterministic-shutdowndeterministic-terminationwait-completionpromisenodejsES2020