You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know a single duk_context instance is for called from the same native thread context, unless duk_suspend/duk_resume applied, but within the same thread context, when JS calls my duktape/C function, is the function allowed to call duk_pcall to trap into JS world again? I checked the document but no information on this was found.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi there,
I know a single duk_context instance is for called from the same native thread context, unless duk_suspend/duk_resume applied, but within the same thread context, when JS calls my duktape/C function, is the function allowed to call duk_pcall to trap into JS world again? I checked the document but no information on this was found.
Thanks in advance!
The text was updated successfully, but these errors were encountered: