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

Future waker can panic on multiple wake calls. #7

Open
ypopovych opened this issue Nov 29, 2022 · 0 comments
Open

Future waker can panic on multiple wake calls. #7

ypopovych opened this issue Nov 29, 2022 · 0 comments

Comments

@ypopovych
Copy link
Member

Futures in Rust can wake waker multiple times with Pending status.

Current interop implementation panics if the status is not Ready (assumes that waker will be called with Ready).

dileping added a commit that referenced this issue Feb 25, 2023
Fixed to allow multiple waker::wake calls to the future converted to Java
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

1 participant