File: bpool.go

package info (click to toggle)
golang-github-shenwei356-bpool 0.0~git20160710.f9e0ee4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 88 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
/*
Package bpool implements leaky pools of byte arrays and Buffers as bounded
channels.  It is based on the leaky buffer example from the Effective Go
documentation: http://golang.org/doc/effective_go.html#leaky_buffer
*/
package bpool