close.go

1package expctxkeys
2
3// CloseNotifierKey is a context.Context Value key. Its associated value should be a
4// Notifier.
5type CloseNotifierKey struct{}