-
When I run a program, I notice using |
Beta Was this translation helpful? Give feedback.
Answered by
Pro7ech
Dec 24, 2024
Replies: 1 comment
-
Yes, and structures above the ring package are not thread safe. But light copies (that only reallocate non-thread safe buffers) can be created with the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tokubara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, and structures above the ring package are not thread safe. But light copies (that only reallocate non-thread safe buffers) can be created with the
ShallowCopy()
method.