overte/libraries/script-engine
Zach Pomerantz 6bf9a4518a Bail early from ScriptEngine::run if stopped
evaluate() bails anyway, so this will avoid the cost of init().
If run() is invoked from runInThread(), this may avoid a race
where _isRunning is set after it is checked because the check
occured during init().
2015-11-03 11:24:04 -08:00
..
src Bail early from ScriptEngine::run if stopped 2015-11-03 11:24:04 -08:00
CMakeLists.txt Merging old and new controller interfaces 2015-10-14 15:16:54 -07:00