channel

package
v0.0.0-...-f10b52b Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// OptionDomains is option's domain
	OptionDomains = append(inproc.OptionDomains, "channel")
	// Options for inproc
	Options = channelOptions{
		BufferSize: options.NewIntOption(16),
	}
)
View Source
var (
	// MsrTransport is inproc transport based on bytes channel, using MsgSendReceiver+ReadWriter
	MsrTransport = inproc.NewTransport("inproc.channel.msr", newMsrPipe)
)
View Source
var (
	// RwTransport is inproc transport based on bytes channel, using ReadWriter
	RwTransport = inproc.NewTransport("inproc.channel.rw", newPipe)
)
View Source
var (
	// SrTransport is inproc transport based on bytes channel, using SendReceiver+ReadWriter
	SrTransport = inproc.NewTransport("inproc.channel.sr", newSrPipe)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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