# Functions
NewSignalsContext returns a context.Context that will be closed by one of the provided syscall.Signal(s).
Sleep allows to sleep for duration of until the ctx is closed.
WithCancelError allows creating a context with cancel custom error.
WrapChannel receives a channel and returns a context which wraps the channel The context will be closed when the channel is closed.
# Type aliases
No description provided by the author