[sdks] Call mono_gc_init_finalizer_thread() on iOS device runtimes
commit9954579c2a348d0be86d3276fa3f772cde479ac6
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 25 Nov 2019 17:12:47 +0000 (25 18:12 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 27 Nov 2019 17:36:02 +0000 (27 18:36 +0100)
tree9c675052ae807fb9570b29026586e5feec92d9fb
parentc66c7814d0804aa6d5e018eff00b5e6d3da0dabd
[sdks] Call mono_gc_init_finalizer_thread() on iOS device runtimes

These runtimes are configured with `--with-lazy-gc-thread-creation=yes` so they don't start a GC finalizer threads by themselves.
XI does this because they want to delay creating that thread for some time after startup.

We can just do it immediately, the important part is that it _does_ exist.
sdks/ios/app/runtime.m