协同程序 async/await 与 Coroutine

对应的形象区别:

一个简单的例子

等待5秒输出Log

Coroutine:

async / await

简评:感觉差不多,甚至好像await实现方式还要复杂一点?


扩展应用:一个复杂的例子

要求绕Z轴旋转2圈并且向右以2米/s的速度移动5秒后,原地停止1秒,向上移动5米并且缩小到一半大小,共2秒,然后输入Log

Coroutine: ???

async / await

简评:await 香。

One Reply to “协同程序 async/await 与 Coroutine”

发表评论

您的电子邮箱地址不会被公开。