channels

package
v0.2.18 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2024 License: BSD-3-Clause Imports: 5 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Count

func Count() int

Count returns the number of channels

func Decode

func Decode(channelDescriptor string) (string, int)

Decode decodes the channel descriptor

func Start

func Start() error

func Stop

func Stop() error

Types

type Channel

type Channel interface {
	RegisterCallback(callback OnMessage) error
	Publish(msg interface{})
	PublishNoWait(msg interface{}) bool
}

func Get

func Get(name string) Channel

Get gets the named channel

func New

func New(name string, bufferSize int) (Channel, error)

Creates a new channel, channels have to be created before the engine starts

type OnMessage

type OnMessage func(msg interface{})

Jump to

Keyboard shortcuts

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