Doesn’t this suffer from the same issue as ordering public state updates, where A::foo
could read C
before even calling into A::bar
?
2 Likes
Doesn’t this suffer from the same issue as ordering public state updates, where A::foo
could read C
before even calling into A::bar
?