Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Browser ¶
type Browser struct { Chan chan string Receivers map[uuid.UUID]*SendObject LastAccessed map[uuid.UUID]time.Time Mu sync.Mutex }
type SendObject ¶
type SendObject struct { DoneChan chan struct{} ReceiveChan chan string }
func (*SendObject) Done ¶
func (s *SendObject) Done() chan struct{}
func (*SendObject) Receive ¶
func (s *SendObject) Receive() chan string
Click to show internal directories.
Click to hide internal directories.