Jinguo.Yin
Jinguo.Yin
实在不行就直接在CSDK中自己开发一个支持LUA虚拟机的任务,抛开官方的LUA支持。这个工作量反而更小
还有什么其他比较好的做大屏的库?谢谢
When I use this code in main thread is OK!
i use async solve this program, code is: async(LedOn()) this function called yin coroutine will normal return when promise resolve ;
how to block execute in coroutine, :await() only valid in doFile lua code , when coroutine.create child, in child await can not resume.