Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/stream-collator

stream-collator package

This library enables a tool to display live console output from multiple concurrent processes, while ensuring that their output does not get jumbled together.

Remarks

For more info, please see the package README.

Classes

Class

Description

CollatedTerminal

(BETA) This API was introduced as a temporary measure.

CollatedWriter

(BETA) An writable interface for managing output of simultaneous processes.

StreamCollator

(BETA) A static class which manages the output of multiple threads.

Interfaces

Interface

Description

IStreamCollatorOptions

(BETA) Constructor options for StreamCollator.