MCPcopy Create free account
hub / github.com/MIT-SPARK/Kimera-VIO / shutdownQueues

Method shutdownQueues

src/visualizer/Visualizer3DModule.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void VisualizerModule::shutdownQueues() {
74 LOG(INFO) << "Shutting down queues for: " << name_id_;
75 frontend_queue_.shutdown();
76 backend_queue_.shutdown();
77 mesher_queue_.shutdown();
78};
79
80//! Checks if the module has work to do (should check input queues are empty)
81bool VisualizerModule::hasWork() const {

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected