Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9miao/CrossApp
/ AddElement
Method
AddElement
CrossApp/basics/CASyncQueue.h:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
virtual ~CASyncQueue(void) {}
52
53
void AddElement(T v)
54
{
55
CAAutoLock lock(m_Cs);
56
m_SyncQueue.push(v);
57
}
58
bool PopElement(T& v)
59
{
60
CAAutoLock lock(m_Cs);
Callers
4
performSelector
Method · 0.80
updateDelayTimers
Method · 0.80
notifyRun
Method · 0.80
addFrames
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected