Documentation ¶
Index ¶
- func ChanIn(ch1, val interface{}, try bool) interface{}
- func ChanOf(typ interface{}) interface{}
- func ChanOut(ch1 interface{}, try bool) interface{}
- func Close(ch1 interface{})
- func Mkchan(typ interface{}, buffer ...int) *qlang.Chan
- func Recv(p *qlang.Chan) interface{}
- func Send(p *qlang.Chan, v interface{})
- func TryRecv(p *qlang.Chan) interface{}
- func TrySend(p *qlang.Chan, v interface{}) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.