type github.com/jackc/pgx/v5/pgconn/ctxwatch.ContextWatcher

6 uses

	github.com/jackc/pgx/v5/pgconn/ctxwatch (current package)
		context_watcher.go#L10: type ContextWatcher struct {
		context_watcher.go#L23: func NewContextWatcher(handler Handler) *ContextWatcher {
		context_watcher.go#L24: 	cw := &ContextWatcher{
		context_watcher.go#L32: func (cw *ContextWatcher) Watch(ctx context.Context) {
		context_watcher.go#L51: func (cw *ContextWatcher) Unwatch() {

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L105: 	contextWatcher    *ctxwatch.ContextWatcher