Darien Raymond %!s(int64=9) %!d(string=hai) anos
pai
achega
5f6366d2fa
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      common/alloc/buffer_pool.go

+ 1 - 0
common/alloc/buffer_pool.go

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