pubsub

package
v0.15.2 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Publisher

type Publisher[T any] struct {
	// contains filtered or unexported fields
}

func New

func New[T any](logger *slog.Logger) *Publisher[T]

func (*Publisher[T]) Publish

func (p *Publisher[T]) Publish(info T)

func (*Publisher[T]) Subscribe

func (p *Publisher[T]) Subscribe() chan T

func (*Publisher[T]) Unsubscribe

func (p *Publisher[T]) Unsubscribe(ch chan T)

Jump to

Keyboard shortcuts

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