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
In tail.h, the get function is marked as [main-thread,audio-thread]. This marking isn't used anywhere else, is it meant to convey thread-safety, or does it mean that the function can be called from both threads but should not be called concurrently?
In tail.h, the
getfunction is marked as[main-thread,audio-thread]. This marking isn't used anywhere else, is it meant to convey thread-safety, or does it mean that the function can be called from both threads but should not be called concurrently?