We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
Addresses bug defined in #7
61f4c96
Fixed to allow multiple waker::wake calls to the future converted to Java
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: