semasync
a promise-based semaphore for handling javascript concurrency
a promise-based semaphore for handling javascript concurrency
Sequential requests using simple json/yaml structures
A CLI tool to run multiple npm-scripts in parallel or sequential.
A Prettier plugin that sequentially merges the formatting results of other Prettier plugins.
pm2 顺序执行插件
A versatile random item picker library for JavaScript. Supports weighted and non-weighted items, multiple chained filters for both added items and pick operations, single or multiple item selection, sequential and unique picking options, weight modifiers,
Plugin for hermione to run selected tests in sequence
Extend the Promise object to allow sequential chaining
2 functions check if array of numbers is in ascending order or not
Checks if array of numbers is in numeric order
Sequentially applies an asynchronous function to an array
A prettier plugin for extra options -- a fork of prettier-plugin-merge by necessity.
A Prettier plugin that preserves desired lines while sequentially merges the formatting results of other Prettier plugins.
An alphanumeric incrementable counter with endless scale and suitable for URLs. Miniscule library.
An advanced task management library for managing and executing complex asynchronous tasks.
An utility handler to deal with callback functions
catch22 for nodejs
Simple and easy to use TypeScript implementation of Golang channels
A slim and efficient in-memory queue for Node.js projects. The implementation employs Data-Oriented Design using a cyclic buffer, optimizing memory layout through sequential item allocation.
A task queue executes tasks sequentially or concurrently. Wrap an async/promise-returning/sync function as a queue-ready async function for easy reusing. Support passing arguments/getting return value, @synchronized/@concurrent decorator, Node.js/Browser.