mirror of
https://github.com/v2ray/v2ray-core.git
synced 2024-04-21 12:31:52 +00:00
comments
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
// Pool provides functionality to generate and recycle buffers on demand.
|
||||
type Pool interface {
|
||||
Allocate() *Buffer
|
||||
Free(*Buffer)
|
||||
|
||||
Reference in New Issue
Block a user