yield from interrupt #208
Unanswered
morgoth990
asked this question in
Q&A
Replies: 1 comment 3 replies
-
browsing the sources the only way I see is to set lua_singlestep() to true before lua_resume() and call lua_yield() from the debugstep callback |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to limit the execution time calling lua_yield() from the interrupt callback but seems to trigger an exception.
It's possible to yield from the interrupt callback or how can I achieve the same result?
Beta Was this translation helpful? Give feedback.
All reactions