do timer callbacks all execute in the same thread

3 次查看(过去 30 天)
I recently tried to start a timer, have the single-shot callback permanently execute, and then launch another timer further on down in the Matlab code. To my surprise, the 2nd timer never ran, even though the callback functions were different, suggesting that all timer callbacks execute in the same thread. Is this expected and documented behavior?

回答(1 个)

Jeremy Hughes
Jeremy Hughes 2016-10-10
Hi Jim, The short answer is: Two timer callbacks cannot execute simultaneously.
Jeremy

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by