Replies: 3 comments 5 replies
-
Alright. @khvzak Also, is it known that the runtime error contains the thread and its id and not the error itself:
Using the following thread event callback:
This also extends to luau code itself where the error returned from pcall is the thread object with coroutine.status of dead and not the error itself |
Beta Was this translation helpful? Give feedback.
2 replies
-
@khvzak btw, im getting segmentation faults with the latest build of mlua: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Out of curiosity, am wondering if thread event callbacks affect coroutine.create
Beta Was this translation helpful? Give feedback.
All reactions