Use raw pointers for potentially racy loads (#233)
Shared references assert immutability, so any concurrent access would be UB disregarding data race concerns.
Please register or sign in to comment
Shared references assert immutability, so any concurrent access would be UB disregarding data race concerns.