# Functions
IgnoreDeadline returns a context that keeps all the values of its parent context but detaches from the cancellation and error handling.
KeepAlive returns a context that keeps all the values of its parent context and ensures that it is not marked Done for at least d time.