event

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OnMessage

type OnMessage func(interface{}) interface{}

type System

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

func New

func New(eventNum uint64) (ret System)

func (*System) On

func (z *System) On(Event uint64, Handler OnMessage)

func (*System) RunEvent

func (z *System) RunEvent(Event uint64, Runner func(message OnMessage) error) error

If runner returns false,the RunEvent will quit with an error from that function

Jump to

Keyboard shortcuts

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