Buckets:
| import { Writable } from 'stream'; | |
| import { Command } from '../command'; | |
| import { FlowController } from './flow-controller'; | |
| /** | |
| * Kills processes and aborts further command spawning on output stream error (namely, SIGPIPE). | |
| */ | |
| export declare class OutputErrorHandler implements FlowController { | |
| private readonly outputStream; | |
| private readonly abortController; | |
| constructor({ abortController, outputStream, }: { | |
| abortController: AbortController; | |
| outputStream: Writable; | |
| }); | |
| handle(commands: Command[]): { | |
| commands: Command[]; | |
| onFinish(): void; | |
| }; | |
| } | |
Xet Storage Details
- Size:
- 606 Bytes
- Xet hash:
- 3258214fd46bc8d2f4b8b58e650bdaa55a09d08fc54ed6b7e97374b59bfe3fc2
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.