I don't see anything in the docs stating if the APIs can be called concurrently or must be batched.
For example, if I call "Eval" on some expression do I need to wait for the result before calling "Eval" on some
other expression? It appears to work as expected but I don't know if this is undefined behavior.
Thanks