processwaiter

package
v1.14.2 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrCancelled = errors.New("Wait cancelled")
View Source
var ErrTimeout = errors.New("Timed out waiting for process to exit")

Functions

This section is empty.

Types

type ProcessWaiter

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

func NewProcessWaiter

func NewProcessWaiter() (*ProcessWaiter, error)

func (*ProcessWaiter) Cancel

func (pw *ProcessWaiter) Cancel() error

func (*ProcessWaiter) Wait

func (pw *ProcessWaiter) Wait(process *os.Process, timeout *time.Duration) <-chan WaitResult

type WaitResult

type WaitResult struct {
	ProcessState *os.ProcessState
	Err          error
}

Jump to

Keyboard shortcuts

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