src.elv.sh/pkg/edit.Editor.excMutex (field)

4 uses

	src.elv.sh/pkg/edit (current package)
		editor.go#L25: 	excMutex sync.RWMutex
		editor.go#L94: 	nb.Add("exceptions", vars.FromPtrWithMutex(&ed.excList, &ed.excMutex))
		editor.go#L131: 		ed.excMutex.Lock()
		editor.go#L132: 		defer ed.excMutex.Unlock()