Lua是在后台执行的吗

我在看DEMO时,发现helloLua中,一句 pEngine->executeScriptFile(path.c_str());
程序就开始消息循环了,Lua脚本是会创建进程执行吗?