-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Bring sleep back to WgpuAwaitable. Slowly back off on the amount of time sleeping. #655
Conversation
I've probably overengineered this.
|
Yeah, we should only rely on |
The real problem is
This is the only way to wait on an event with a timeout in |
Ah, I see what you mean. We could technically add support for this to Could even make that explicit: sleep_time = time_since_started / 100 |
Thanks @fyellin ! |
No description provided.