-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Add yielding support to mlua #518
base: main
Are you sure you want to change the base?
Conversation
8ce9826
to
3aaf510
Compare
woops |
Oh wow, ig someone managed to do the impossible . Still seems to be some errors left to fix though like ``Assertion failed: (((nresults) < (L->top - L->ci->func)) && "not enough elements in the stack"), function lua_yieldk, file ldo.c, line 697. |
It still has many many issues, as i have to modify callback_error_ext |
How exactly does this solve the issue of the Rust/Lua call boundary? |
This doesn't, it relies on I'm planning to add both this and an async system where Lua acts as the waker. |
No description provided.