Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ Wait
Method
Wait
pkg/utils/sync2/future.go:32–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
func
(f *Future) Wait()
map
[string]
interface
{} {
33
f.wait.Wait()
34
f.Lock()
35
defer
f.Unlock()
36
f.lazyInit()
37
return
f.vmap
38
}
Callers
15
resyncSlotMappings
Method · 0.95
ProcessSlotAction
Method · 0.95
RefreshRedisStats
Method · 0.95
RefreshProxyStats
Method · 0.95
ResyncSentinels
Method · 0.95
TestBackend
Function · 0.45
slotsmgrt
Method · 0.45
slotsmgrtExecWrapper
Method · 0.45
blockAndWait
Method · 0.45
handleResponse
Method · 0.45
KeepAlive
Method · 0.45
lockedPopFront
Method · 0.45
Calls
1
lazyInit
Method · 0.95
Tested by
4
TestBackend
Function · 0.36
TestRequestChan3
Function · 0.36
TestProxyStats
Function · 0.36
TestRedisStats
Function · 0.36