GC.TryStartNoGCRegion - Locking #99370
Unanswered
The-Futurist
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The static CG methods that are used to briefly prevent garbage collections, could in principle be entered/exited concurrently by multiple threads, and no "nesting" is allowed for these calls.
What is the recommended approach to coding for this?
Beta Was this translation helpful? Give feedback.
All reactions