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
This should be possible with Rust's coroutines support, see https://doc.rust-lang.org/nightly/unstable-book/language-features/generators.html and rust-lang/rust#43122.
We might need to provide our own macros similar to https://github.com/alexcrichton/futures-await.
The text was updated successfully, but these errors were encountered:
I got a proof of concept running in a branch: I started working on this in a branch: https://github.com/Boddlnagg/winrt-rust/tree/futures-preview
I must say that it feels quite nice!
Sorry, something went wrong.
No branches or pull requests
This should be possible with Rust's coroutines support, see https://doc.rust-lang.org/nightly/unstable-book/language-features/generators.html and rust-lang/rust#43122.
We might need to provide our own macros similar to https://github.com/alexcrichton/futures-await.
The text was updated successfully, but these errors were encountered: