cactusdynamics / cactus-rt

A C++ framework for programming real-time applications
Mozilla Public License 2.0
84 stars 19 forks source link

Tracing should handle cases where threads are stopped #43

Open shuhaowu opened 11 months ago

shuhaowu commented 11 months ago

Investigate if we can use weak_ptr in the App's cache of thread_tracers and deal with cleaning up of thread_tracers when a thread winds down.