Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncResult ¶
type Caller ¶
type Caller struct { QueryResult chan *AsyncResult FetchResult chan *AsyncResult }
type HandlerPool ¶
type HandlerPool struct {
// contains filtered or unexported fields
}
func NewHandlerPool ¶
func NewHandlerPool(count int) *HandlerPool
func (*HandlerPool) Get ¶
func (c *HandlerPool) Get() *Handler
func (*HandlerPool) Put ¶
func (c *HandlerPool) Put(handler *Handler)
Click to show internal directories.
Click to hide internal directories.