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
Movie recording should be more thread-safe now. What was I thinking, …
…using OSMemoryBarrier()? The object can still be destroyed after the pointer is read but before/while the message is sent. Now we use double-checked locking in a hopefully safe manner.