property ChannelOptions.overflow

What to do once capacity is reached: drop from either end, or 'fail' — end the stream with a ChannelOverflowFailure element instead of losing anything quietly. Default 'dropOldest'.

Type

Usage

import { type ChannelOptions } from "lib/stream/stream.ts";