Buckets:
| import { Command } from '../command'; | |
| import { Logger } from '../logger'; | |
| import { FlowController } from './flow-controller'; | |
| export type ProcessCloseCondition = 'failure' | 'success'; | |
| /** | |
| * Sends a SIGTERM signal to all commands when one of the commands exits with a matching condition. | |
| */ | |
| export declare class KillOthers implements FlowController { | |
| private readonly logger; | |
| private readonly abortController?; | |
| private readonly conditions; | |
| private readonly killSignal; | |
| private readonly timeoutMs?; | |
| constructor({ logger, abortController, conditions, killSignal, timeoutMs, }: { | |
| logger: Logger; | |
| abortController?: AbortController; | |
| conditions: ProcessCloseCondition | ProcessCloseCondition[]; | |
| killSignal: string | undefined; | |
| timeoutMs?: number; | |
| }); | |
| handle(commands: Command[]): { | |
| commands: Command[]; | |
| }; | |
| private maybeForceKill; | |
| } | |
Xet Storage Details
- Size:
- 916 Bytes
- Xet hash:
- 98e89cca58191a60182f0fbcbd5c98afdaa76b7a14652532923e46d2b8915947
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.