channel

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chan

type Chan struct {
	In  chan<- interface{}
	Out <-chan interface{}
	// contains filtered or unexported fields
}

func New

func New() (c *Chan)

func (*Chan) Cap

func (c *Chan) Cap() int64

func (*Chan) Close

func (c *Chan) Close()

func (*Chan) Len

func (c *Chan) Len() int64

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL