package
Version:
v0.0.0-...-6637160
Opens a new window with list of versions in this module.
Published: Dec 7, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Receive(channel string, params ...interface{}) interface{}
func Send(channel string, msg interface{})
type Channel chan interface{}
func (c Channel) Receive(args ...interface{}) interface{}
func (c Channel) Send(msg interface{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.