| 814 | { |
| 815 | QiFunc_exit() : QiFunc(0) {} |
| 816 | QiVar exec(const std::vector<QiVar>&, QiScriptInterpreter* inter) const override |
| 817 | { |
| 818 | inter->thisMutex()->lock(); |
| 819 | QiWorker* worker = inter->worker(); |
| 820 | if (worker) worker->m_stop = true; |
| 821 | inter->thisMutex()->unlock(); |
| 822 | return static_cast<bool>(worker); |
| 823 | } |
| 824 | }; |
| 825 | /* |
| 826 | int max |