Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
func (*Pool) Alloc ¶
func (p *Pool) Alloc() *PoolElement
func (*Pool) Free ¶
func (p *Pool) Free(pe *PoolElement)
type PoolElement ¶
type PoolElement struct {
Value interface{}
}
Click to show internal directories.
Click to hide internal directories.