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

Add job type parameter to Dispatch.cancelAll() #323

Open
fatcerberus opened this issue Dec 31, 2020 · 0 comments
Open

Add job type parameter to Dispatch.cancelAll() #323

fatcerberus opened this issue Dec 31, 2020 · 0 comments

Comments

@fatcerberus
Copy link
Member

Dispatch.cancelAll() currently takes no arguments and clears only now and later jobs. Sphere.shutDown() must be called to also clear any update and render jobs, which might be a bit confusing for someone reading the code when quitting the engine isn't the actual intent. Consider adding a job type parameter to cancelAll() to specify which type(s) of jobs need to be canceled.

@fatcerberus fatcerberus added this to the v6.0.0 milestone Dec 31, 2020
@fatcerberus fatcerberus changed the title Add job type parameter to Dispatch.cancelAll()` Add job type parameter to Dispatch.cancelAll() Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant