Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChanCursor ¶
type ChanCursor struct {
// contains filtered or unexported fields
}
func NewChanCursor ¶
func NewChanCursor(max, size int, fc func(), fp func(interface{}) bool) *ChanCursor
func (*ChanCursor) Cap ¶
func (this *ChanCursor) Cap() int
func (*ChanCursor) Close ¶
func (this *ChanCursor) Close()
func (*ChanCursor) IsClosed ¶
func (this *ChanCursor) IsClosed() bool
func (*ChanCursor) Len ¶
func (this *ChanCursor) Len() int
func (*ChanCursor) Pop ¶
func (this *ChanCursor) Pop()
func (*ChanCursor) Push ¶
func (this *ChanCursor) Push(v interface{}) bool
Click to show internal directories.
Click to hide internal directories.