MCPcopy 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

checkHasCanceledMethod · 0.45
TEST_FFunction · 0.45
await_readyMethod · 0.45
await_readyMethod · 0.45
CallBackSystemMethod · 0.45
popMethod · 0.45
popMethod · 0.45
try_popMethod · 0.45
try_pop_ifMethod · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
CallBackSystemMethod · 0.36
popMethod · 0.36