Skip to content

Commit c34da60

Browse files
committed
rpc_util: provide more detail in SharedBufferPool comment
1 parent 6b5000f commit c34da60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shared_buffer_pool.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ package grpc
2020

2121
import "sync"
2222

23-
// SharedBufferPool is a pool of buffers that can be shared.
23+
// SharedBufferPool is a pool of buffers that can be shared, resulting in
24+
// decreased memory allocation. Currently, in gRPC-go, it is only utilized
25+
// for parsing incoming messages.
2426
//
2527
// # Experimental
2628
//

0 commit comments

Comments
 (0)