Darien Raymond 9 years ago
parent
commit
5f6366d2fa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common/alloc/buffer_pool.go

+ 1 - 0
common/alloc/buffer_pool.go

@@ -6,6 +6,7 @@ import (
 	"sync"
 	"sync"
 )
 )
 
 
+// Pool provides functionality to generate and recycle buffers on demand.
 type Pool interface {
 type Pool interface {
 	Allocate() *Buffer
 	Allocate() *Buffer
 	Free(*Buffer)
 	Free(*Buffer)