-
|
Hi, using the Currently, I am able to run the Rust function until its first Here's the Rust side Here's what I've tried on the Lua side: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
...aaand almost immediately after posting this, I found out from the docs that anything with async functions/coroutines must be called with After that, even the first variant works as expected. |
Beta Was this translation helpful? Give feedback.
...aaand almost immediately after posting this, I found out from the docs that anything with async functions/coroutines must be called with
eval_asyncor similar. 🤣After that, even the first variant works as expected.