Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWebGL resize sends a Result but never sends an Err value #24602
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #24482
resize_webgl_contextis modified to panic when any underlying errors occur during resizing. This makes the Result value redundant, and we could just have aSender<()>instead. Additionally, we should experiment and see if we can make the resize operation non-synchronous and remove the sender entirely.