lifecycle

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package lifecycle coordinates cancellable long-running WireHop workers.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrWorkerStopped indicates that a long-running worker returned without an error.
	ErrWorkerStopped = errors.New("worker stopped unexpectedly")
)

Functions

This section is empty.

Types

type Group

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

Group cancels sibling workers when the first worker returns.

func NewGroup

func NewGroup(parent context.Context) *Group

NewGroup returns an empty worker group derived from parent.

func (*Group) Go

func (g *Group) Go(run func(context.Context) error)

Go starts one long-running worker.

func (*Group) Wait

func (g *Group) Wait() error

Wait waits for every worker and returns the first worker result.

Jump to

Keyboard shortcuts

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