MCPcopy Create free account
hub / github.com/apache/brpc / ~ExecutionQueueBase

Function ~ExecutionQueueBase

src/bthread/execution_queue_inl.h:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 ~ExecutionQueueBase() {
181 butex_destroy(_join_butex);
182 }
183
184 bool stopped() const { return _stopped.load(butil::memory_order_acquire); }
185 int stop();

Callers

nothing calls this directly

Calls 1

butex_destroyFunction · 0.85

Tested by

no test coverage detected