Documentation
    Preparing search index...

    Type Alias AbortableSink<T>

    AbortableSink: RequiredProps<UnderlyingSink<T>, "abort">

    An UnderlyingSink object that has an abort method.

    Type Parameters

    • T