Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
void TraceLogger::close_queue(int thread_id) {
144
running_count_--;
145
if (!running_count_) {
146
end();
147
}
148
}
149
150
void TraceLogger::push(int thread_id, TraceEvent &event) {
151
queue_map_[thread_id].push_event(event);
Callers
1
~ThreadTrace
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected