-
-
Notifications
You must be signed in to change notification settings - Fork 224
Async/Await #640
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
Comments
@OptimusLime Maybe this thread can help? https://discord.com/channels/723850269347283004/1213264585725837364/1213264585725837364 Basically |
There are a few people on Discord who have experimented with async, and there's also prior art in the gdnative project with its But for me personally, async support is not a priority in the library, there are many other things I'd like to do first. For example, coming up with a better threading model might also help for some questions in async. So, unless someone is willing to spend the time on this, don't expect there to be much progress this year 🙂 |
User @Houtamelo has created an extension crate The project uses nightly Rust and is hosted here. |
I think this issue has also been covered by #1043. |
Yep, between your async signal contributions and Houtamelo's |
As I understand it, the base Godot C++ GDExtension library doesn't handle async/yield. I recognize that gdext doesn't have the functionality either, even though gdnative version of godot-rust was able to do it.
Any hints for how to do this in gdext would be amazing, thank you!
The text was updated successfully, but these errors were encountered: