Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Addr string // Network Address to listen on Router Router Prot prot.Interface // contains filtered or unexported fields }
Workq Server listens on a TCP Address Requires a Command Router and a Protocol Implementation
func (*Server) ListenAndServe ¶
Start a Workq Server, listening on the specified TCP address
Click to show internal directories.
Click to hide internal directories.