Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConcurrentServer ¶
type ConcurrentServer struct {
// contains filtered or unexported fields
}
ConcurrentServer data
func (*ConcurrentServer) Close ¶
func (s *ConcurrentServer) Close()
Close task channel to inform worker goroutines.
func (*ConcurrentServer) ServeHTTP ¶
func (s *ConcurrentServer) ServeHTTP(w http.ResponseWriter, r *http.Request)
ServeHTTP implementation for external handler.
Click to show internal directories.
Click to hide internal directories.