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

Throwing yielding error when using short sleeps. #583

Open
jakemroman opened this issue Jan 8, 2019 · 1 comment
Open

Throwing yielding error when using short sleeps. #583

jakemroman opened this issue Jan 8, 2019 · 1 comment

Comments

@jakemroman
Copy link

The too long with yielding error has a legitimate purpose, but many programs have a valid reason to want to run a loop as quickly as possible, and in previous versions of CC, this error could be avoided by calling sleep(0) but in 1.80 pr1 it seems that it will eventually throw a yielding error after several minutes using this method.

@SquidDev
Copy link
Contributor

SquidDev commented Jan 8, 2019

Can you post at example program demonstrating this behaviour? I can't think of any change which would cause this.

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