Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlaneUpdateMultiplexer ¶
type PlaneUpdateMultiplexer struct {
// contains filtered or unexported fields
}
func CreatePlaneUpdateMultiplexer ¶
func CreatePlaneUpdateMultiplexer() PlaneUpdateMultiplexer
func (*PlaneUpdateMultiplexer) CreateClient ¶
func (mux *PlaneUpdateMultiplexer) CreateClient() (chan plane.Plane, chan struct{})
func (*PlaneUpdateMultiplexer) GetPublishingQueue ¶
func (mux *PlaneUpdateMultiplexer) GetPublishingQueue() chan plane.Plane
func (*PlaneUpdateMultiplexer) RemoveClient ¶
func (mux *PlaneUpdateMultiplexer) RemoveClient(clientChan chan plane.Plane)
func (*PlaneUpdateMultiplexer) Stop ¶
func (mux *PlaneUpdateMultiplexer) Stop()
Click to show internal directories.
Click to hide internal directories.