tmcoll

package module
v0.10201.10101 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2022 License: MIT Imports: 9 Imported by: 0

README

be00_tmcoll

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mssg

type Mssg struct {
	Sndr string
	Rcpn string
	Core interface{}
}

func Mssg_Estb

func Mssg_Estb(sndr, rcpn string, core interface{}) *Mssg

func (*Mssg) Send

func (objc *Mssg) Send(mssgBoxx chan<- *Mssg, waitDrtn ...time.Duration) error

type Trck

type Trck struct {
	Iddd string
	Name string
	Clap chan *Mssg
	Flap chan *Mssg
	Code func(hostIddd, iddd, name string, clap <-chan *Mssg, flap chan<- *Mssg,
		seed map[string]interface{})
	Seed map[string]interface{}
}

func Trck_Estb

func Trck_Estb(
	iddd string,
	name string,
	code func(hostIddd, iddd, name string, clap <-chan *Mssg, flap chan<- *Mssg,
		seed map[string]interface{}),
	seed ...map[string]interface{},
) *Trck

func (*Trck) Runn

func (objc *Trck) Runn(hostIddd string)

type TrckTray

type TrckTray struct {
	// contains filtered or unexported fields
}

func TrckTray_Estb

func TrckTray_Estb(mngrIddd string) *TrckTray

func (*TrckTray) Mngg

func (objc *TrckTray) Mngg() (clap chan *Mssg, flap chan *Mssg)

func (*TrckTray) Pplt

func (objc *TrckTray) Pplt(trck *Trck, whttList []string, prvl []string)

Jump to

Keyboard shortcuts

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