سؤال

On an iOS or Android device, does an ANE run in another thread, or would you have to start and manage a separate thread in the native extension?

هل كانت مفيدة؟

المحلول

The main function calls of an ANE run in the main thread. You can however start threads and use the async dispatch event command to communicate back to the Actionscript.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top