pal-robotics / ddynamic_reconfigure

89 stars 76 forks source link

Is this thread safe? #25

Open qpc001 opened 1 year ago

qpc001 commented 1 year ago

If I changing the value of a variable, and this operation will call the Callback Function in main thread, while another thread is using this variable. Is this will cause a thread safe problem?