coobjc
coobjc copied to clipboard
await返回以后线程的上下文没有恢复
chan.send_noblock之后,await接受到值,但是之后的线程被改变成新的线程
Could you privide the code?
除主线程外,线程一调用,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.
This is not a bug。