문제

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