DescriptionCannot use Handle<T>::cast in Unique<T>::cast since it will try to do a T::cast (and its typecheck) concurrently, which is unsafe concurrently on moving values
BUG=
Committed: https://crrev.com/bac0853dfbf1ad2f7f5cf39fd4e5f0ec691155b6
Cr-Commit-Position: refs/heads/master@{#27324}
Patch Set 1 #Patch Set 2 : Make Unique a friend of Handle and directly access location_ #Patch Set 3 : Locally allow handle deref #
Messages
Total messages: 19 (10 generated)
|