Channel

private class Channel(id: String)

A named channel: its buffer plus a muted flag. Muting drops new writes but keeps existing content.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val buf: Buffer
Link copied to clipboard