Current section

Files

Jump to
gossamer src gossamer readable_stream stream_pipe_option.gleam
Raw

src/gossamer/readable_stream/stream_pipe_option.gleam

import gossamer/abort_signal.{type AbortSignal}
pub type StreamPipeOption {
PreventAbort
PreventCancel
PreventClose
Signal(AbortSignal)
}