# ChannelOptions

`import { ChannelOptions } from "destack:channel";`

Channel buffer options.

```ds title="ChannelOptions"
export interface ChannelOptions {
    capacity: usize;
}
```

[language/library/src/channel/channel.ds:56:59](https://github.com/destack-sh/destack/blob/main/language/library/src/channel/channel.ds#L56-L59)

## Members

### `capacity: usize`

The bounded channel capacity.
