part

package
v0.21.13 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 License: MIT Imports: 5 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FuncMap added in v0.3.15

type FuncMap map[string]func(any) (disable bool)

type Msgq added in v0.3.6

type Msgq struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

func New

func New() *Msgq

func (*Msgq) Pull_tag added in v0.3.6

func (m *Msgq) Pull_tag(func_map map[string]func(any) (disable bool))

func (*Msgq) Push added in v0.3.6

func (m *Msgq) Push(msg any)

func (*Msgq) Push_tag added in v0.3.6

func (m *Msgq) Push_tag(Tag string, Data any)

func (*Msgq) Register added in v0.21.6

func (m *Msgq) Register(f func(any) (disable bool))

type Msgq_tag_data added in v0.3.6

type Msgq_tag_data struct {
	Tag  string
	Data any
}

Jump to

Keyboard shortcuts

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