web-csv-toolbox - v0.14.0
    Preparing search index...

    Variable DEFAULT_STREAM_BACKPRESSURE_CHECK_INTERVALConst

    DEFAULT_STREAM_BACKPRESSURE_CHECK_INTERVAL: 100

    Default backpressure check interval for stream transformers.

    This constant defines how often stream transformers check for backpressure (measured in number of items processed). The transformer yields to the event loop when backpressure is detected to prevent blocking the main thread.

    Used by CSVLexerTransformer, StringCSVParserStream, and BinaryCSVParserStream.