util

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2023 License: BSD-3-Clause Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Signaler

type Signaler struct {
	C chan struct{}
	// contains filtered or unexported fields
}

Signaler allows for multiple writers to safely signal an event so that reader on the channel C would get unblocked

func NewSignaler

func NewSignaler() *Signaler

NewSignaler initializes a new obj

func (*Signaler) Signal

func (s *Signaler) Signal()

Signal safely closes the blocking channel

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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