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
Currently LockableScore only has one lock and then returns a Score that has some mutable methods and some non-mut methods. We really should make LockableScore have both a read and write lock which would make parallel route-finding trivial, rather than somewhat convoluted today.