//
pkg.gl
Category
github.com/pojol/braid-go
components
internal
buffer
package
1.4.0
Repository:
https://github.com/pojol/braid-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
80 SLOC
#
Functions
NewUnbounded
NewUnbounded 构建Unbounded.
NewUUnboundedMsg
NewUnbounded 构建Unbounded.
#
Structs
Unbounded
Unbounded 一个支持任意长度的channel实现 如果有性能要求,将interface类型实例出来,避免一次转换。.
UnboundedMsg
Unbounded 一个支持任意长度的channel实现.