Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BufferedChanLoop ¶
func CallbackLoop ¶
func CallbackLoop(top int)
func UnbufferedChanLoop ¶
Types ¶
type CounterStruct ¶
type CounterStruct struct {
// contains filtered or unexported fields
}
func NewCounterIterator ¶
func NewCounterIterator(top int) *CounterStruct
func (*CounterStruct) Next ¶
func (i *CounterStruct) Next() bool
func (*CounterStruct) Value ¶
func (i *CounterStruct) Value() int
Click to show internal directories.
Click to hide internal directories.