Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteStorage/FlyDB
/ Add
Method
Add
lib/sync/wait/wait.go:14–16 ·
view source on GitHub ↗
NewWait returns a new Wait.
(delta int)
Source
from the content-addressed store, hash-verified
12
13
// NewWait returns a new Wait.
14
func
(w *Wait) Add(delta int) {
15
w.wg.Add(delta)
16
}
17
18
// Done decrements the WaitGroup counter by one.
19
func
(w *Wait) Done() {
Callers
12
ListenAndServe
Function · 0.80
Handle
Method · 0.80
ListenSlave
Method · 0.80
TestDB_ConcurrentPut
Function · 0.80
TestExpireStructure_EXPIREAT
Function · 0.80
TestExpireStructure_PEXPIREAT
Function · 0.80
TestExpireStructure_EXPIREBYAT
Function · 0.80
TestExpireStructure_PEXPIREBYAT
Function · 0.80
setSetToDB
Method · 0.80
HExpire
Method · 0.80
encodeStringValue
Function · 0.80
encodeList
Method · 0.80
Calls
no outgoing calls
Tested by
5
TestDB_ConcurrentPut
Function · 0.64
TestExpireStructure_EXPIREAT
Function · 0.64
TestExpireStructure_PEXPIREAT
Function · 0.64
TestExpireStructure_EXPIREBYAT
Function · 0.64
TestExpireStructure_PEXPIREBYAT
Function · 0.64