Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono] Fix finalizer thread init in iOS sample
Starting with mono/mono#16907 , the runtime ends in GC-Safe state (mode) after mono_jit_init_version() is called. mono_gc_init_finalizer_thread() expects the GC to not already be in safe mode.
- Loading branch information