Versions in this module Expand all Collapse all v5 v5.5.3 Jan 15, 2024 v5.5.2 Jan 15, 2024 Changes in this version + type ContextWatcher struct + func NewContextWatcher(onCancel func(), onUnwatchAfterCancel func()) *ContextWatcher + func (cw *ContextWatcher) Unwatch() + func (cw *ContextWatcher) Watch(ctx context.Context)