package
6.3.12+incompatible
Repository: https://github.com/loft-sh/devspace.git
Documentation: pkg.go.dev

# Functions

WithContext returns a new tomb that is killed when the provided parent context is canceled, and a copy of parent with a replaced Done channel that is closed when either the tomb is dying or the parent is canceled.

# Variables

No description provided by the author
No description provided by the author

# Structs

A Tomb tracks the lifecycle of one or more goroutines as alive, dying or dead, and the reason for their death.