julia
fae53d0b
- binding: drop lock around owner field access
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
binding: drop lock around owner field access The owner field is now handled with cmpswap, so we can avoid needing a module lock for it. This now means we only need the module lock for handling the bindings and usings fields.
References
#47929 - Continue working to make GlobalRef more first-class
Author
vtjnash
Committer
vtjnash
Parents
3a8abf13
Loading