Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ empty
Method
empty
include/LabSound/core/ConcurrentQueue.h:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
bool empty() const
31
{
32
std::lock_guard<std::mutex> lock(the_mutex);
33
return the_queue.empty();
34
}
35
36
bool try_pop(Data & popped_value)
37
{
Callers
8
tailTime
Method · 0.80
latencyTime
Method · 0.80
probeDeviceOpen
Method · 0.80
getDeviceCount
Method · 0.80
getDeviceInfo
Method · 0.80
wasapiThread
Method · 0.80
try_pop
Method · 0.80
wait_and_pop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected