Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ empty
Method
empty
src/util/threadsafe_limited_queue.h:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
bool empty() const {
63
return size() == 0;
64
}
65
66
private:
67
mutable std::mutex mu_;
Callers
1
pop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected