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
Provide an interface for registering async callbacks for parameters being updated. Be careful that the mutex is not locked when these functions are called so if they call get() it doesn't create a deadlock.
Provide an interface for registering async callbacks for parameters being updated. Be careful that the mutex is not locked when these functions are called so if they call
get()
it doesn't create a deadlock.Warn users that the lifetime of the callback function has to be at least as long as the lifetime of the ParameterListener object.
The text was updated successfully, but these errors were encountered: