Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/async_simple
/ empty
Method
empty
async_simple/util/Queue.h:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
bool empty() const {
101
std::scoped_lock guard(_mutex);
102
return _queue.empty();
103
}
104
105
void stop() {
106
{
Callers
9
checkHasCanceled
Method · 0.45
TEST_F
Function · 0.45
await_ready
Method · 0.45
await_ready
Method · 0.45
CallBackSystem
Method · 0.45
pop
Method · 0.45
pop
Method · 0.45
try_pop
Method · 0.45
try_pop_if
Method · 0.45
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.36
CallBackSystem
Method · 0.36
pop
Method · 0.36