pubsub

package module
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2025 License: MIT Imports: 1 Imported by: 1

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 (*Publisher[T]) Publish

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

func (*Publisher[T]) Subscribe

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

func (*Publisher[T]) Subscribers

func (p *Publisher[T]) Subscribers() int

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