If you are running the engine execute from a single threaded context, it is not possible to invoke async/await CLR methods from the script, without blocking. Would it be possible to make a native async implementation of the Execute method aka. ExecuteAsync?
If you are running the engine execute from a single threaded context, it is not possible to invoke async/await CLR methods from the script, without blocking. Would it be possible to make a native async implementation of the Execute method aka. ExecuteAsync?