You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applications quite often need to check if a timer is active/running or is stopped.
It would be nice if icallback_timer can provide bool is_active( etl::timer::id::type id_ ) method for checking if a timer is active.
Since callback_timer_data struct already implements is_active, icallback_timer's implementation could simply be the following
Applications quite often need to check if a timer is active/running or is stopped.
It would be nice if icallback_timer can provide
bool is_active( etl::timer::id::type id_ )
method for checking if a timer is active.Since callback_timer_data struct already implements is_active, icallback_timer's implementation could simply be the following
The text was updated successfully, but these errors were encountered: