sync.Map.LoadAndDelete (method)

4 uses

	sync (current package)
		map.go#L269: func (m *Map) LoadAndDelete(key any) (value any, loaded bool) {
		map.go#L294: 	m.LoadAndDelete(key)

	go.pact.im/x/syncx
		map.go#L28: 	v, loaded := m.m.LoadAndDelete(key)

	runtime/cgo
		handle.go#L135: 	_, ok := handles.LoadAndDelete(uintptr(h))