Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__RecycleCoroutine里的判断 #61

Open
snuc opened this issue Sep 29, 2020 · 1 comment
Open

__RecycleCoroutine里的判断 #61

snuc opened this issue Sep 29, 2020 · 1 comment

Comments

@snuc
Copy link

snuc commented Sep 29, 2020

if not coroutine.status(co) == "suspended" then

not 优先级比 == 高
所以not coroutine.status(co) == “suspended”恒为false
而且,正常情况下,coroutine.status(co)应该为“running”才对

@Wangzhuanxu
Copy link

我也是有这个疑问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants