coobjc icon indicating copy to clipboard operation
coobjc copied to clipboard

await返回以后线程的上下文没有恢复

Open SANDOFTIME opened this issue 5 years ago • 3 comments

chan.send_noblock之后,await接受到值,但是之后的线程被改变成新的线程

SANDOFTIME avatar Apr 01 '20 09:04 SANDOFTIME

Could you privide the code?

NianJi avatar Jun 11 '20 06:06 NianJi

除主线程外,线程一调用,await之后的新线程并不是线程一而是一个随机的线程

发自我的iPhone

在 2020年6月11日,下午2:39,fengnianji [email protected] 写道:

 Could you privide the code?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

SANDOFTIME avatar Jun 12 '20 09:06 SANDOFTIME

This is not a bug。

alexlee002 avatar Mar 10 '22 09:03 alexlee002