{"library":"gate-executor","type":"library","category":null,"description":"Gate Executor is a work queue that supports gating: it can pause processing of the main queue until sub-queues (gates) complete. Current stable version is 3.3.1. It is maintained by the Seneca.js organization and follows a semver release cadence. Key differentiators include the ability to create nested sub-queues forming a tree structure, breadth-first execution order, and efficient timeout handling using a shared setInterval. It ships TypeScript types and requires Node >=12.0.0. Primarily used by Seneca microservice framework for plugin initialization but can be used standalone.","language":"javascript","status":"active","version":"3.3.1","tags":["javascript","seneca","gate","executor","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install gate-executor","imports":["import GateExecutor from 'gate-executor'","const GateExecutor = require('gate-executor')","const ge = GateExecutor()"]},{"cmd":"yarn add gate-executor","imports":[]},{"cmd":"pnpm add gate-executor","imports":[]}],"homepage":"https://github.com/senecajs/gate-executor","github":"https://github.com/senecajs/gate-executor","docs":null,"changelog":null,"pypi":null,"npm":"gate-executor","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}