pull/314/head
Darien Raymond 2016-12-06 17:26:51 +01:00
parent 7a641749a8
commit 5f6366d2fa
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 0 deletions

View File

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