If making a background thread call from Swift, does that method need to call `initRuntimeIfNeeded` o...
k
If making a background thread call from Swift, does that method need to call
initRuntimeIfNeeded
or will that be called by interop code (same question for a property instead of a method)
o
This method is called by generated bridges automatically
🎉 1