https://kotlinlang.org logo
#scripting
Title
# scripting
j

jdemeulenaere

08/07/2019, 12:08 PM
Can we make concurrent calls to BasicScriptingHost#eval ? Or should I create a host for each thread ?
i

ilya.chernikov

08/08/2019, 9:45 AM
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.