alarm

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Alarm

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

func New

func New() *Alarm

func (*Alarm) Subscribe

func (a *Alarm) Subscribe() Subscriber

func (*Alarm) WakeUpAll

func (a *Alarm) WakeUpAll()

type Subscriber

type Subscriber interface {
	C() <-chan struct{}
	io.Closer
}

func NewCombinator

func NewCombinator(a, b Subscriber) Subscriber

func NewTicker

func NewTicker(interval time.Duration) Subscriber

Jump to

Keyboard shortcuts

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