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
They acquire a pthread mutex, which means it's really easy to deadlock the scheduler. We should mark the appropriate functions as unsafe, at least until we can find a better way to do this.