channel

package
v2.9.60+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2016 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ChanIn

func ChanIn(ch1, val interface{}, try bool) interface{}

func ChanOf

func ChanOf(typ interface{}) interface{}

func ChanOut

func ChanOut(ch1 interface{}, try bool) interface{}

func Close

func Close(ch1 interface{})

func Mkchan

func Mkchan(typ interface{}, buffer ...int) *qlang.Chan

func Recv

func Recv(p *qlang.Chan) interface{}

func Send

func Send(p *qlang.Chan, v interface{})

func TryRecv

func TryRecv(p *qlang.Chan) interface{}

func TrySend

func TrySend(p *qlang.Chan, v interface{}) interface{}

Types

This section is empty.

Jump to

Keyboard shortcuts

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