Can we make concurrent calls to BasicScriptingHost...
# scripting
j
Can we make concurrent calls to BasicScriptingHost#eval ? Or should I create a host for each thread ?
i
It is stateless by design, so it should be safe to use concurrently. But I think we haven’t really tested this scenario, so some surprises may still surface.