pipe

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2018 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 AnyChanCore

type AnyChanCore interface {
	Close()
	Len() int
	Cap() int
}

AnyChanCore represents basic methods common to every channel of Any elements

type AnyProvider

type AnyProvider interface {
	AnyChanCore // close, len & cap
	// contains filtered or unexported methods
}

AnyProvider represents a send-enabled channel of anyThing elements - aka `chan<-`

type AnyReceiver

type AnyReceiver interface {
	AnyChanCore // close, len & cap
	// contains filtered or unexported methods
}

AnyReceiver represents a receive-only channel of anyThing elements - aka `<-chan`

Jump to

Keyboard shortcuts

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