MCPcopy Create free account
hub / github.com/BabitMF/bmf / close_queue

Method close_queue

bmf/sdk/cpp_sdk/src/trace.cpp:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void TraceLogger::close_queue(int thread_id) {
144 running_count_--;
145 if (!running_count_) {
146 end();
147 }
148}
149
150void TraceLogger::push(int thread_id, TraceEvent &event) {
151 queue_map_[thread_id].push_event(event);

Callers 1

~ThreadTraceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected