menu
SendErrorKind
import { SendErrorKind } from "destack:channel";
Channel send failure kind.
1export enum SendErrorKind {2 Closed,3 Full,4}Variants
ClosedThe receiver endpoint is closed.
FullThe bounded channel is full.
import { SendErrorKind } from "destack:channel";
Channel send failure kind.
1export enum SendErrorKind {2 Closed,3 Full,4}ClosedThe receiver endpoint is closed.
FullThe bounded channel is full.