package
3.12.12+incompatible
Repository: https://github.com/threefoldtech/zos.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
OnDone registers a callback on a context when it's done The ctx.Err() is passed as is to the callback function.
WithSignal return a context that is canceld if any of the specified signals was received.
# Variables
DefaultTerminateSignals default signals to handle if not signals are provided NOTE: we use the default st here instead of ALL signals to avoid dying on signals like SIGCHLD and others that are not intend to terminate the process.
# Structs
No description provided by the author
# Interfaces
Mark defined a placeholder where multiple routines can use to synchronize their operation.