Documentation
¶
Overview ¶
Package remote implements a multiplexer of clients. From the perspective of the room, it will be like interracting with many, but in truth they will all be consumed from here.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Multiplexer ¶
type Multiplexer struct {
// Used to pass around notifications from Remote
Notifier
// contains filtered or unexported fields
}
Multiplexer acts as an intermediate between rooms and remote clients
Click to show internal directories.
Click to hide internal directories.