We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d97063 commit 73070f8Copy full SHA for 73070f8
1 file changed
src/engine/thread.cpp
@@ -85,14 +85,12 @@ bool Thread::runPredicate()
85
void Thread::kill()
86
{
87
impl->code->kill(impl->executionContext.get());
88
- string_pool_clear_thread(this);
89
}
90
91
/*! Resets the script to run from the start. */
92
void Thread::reset()
93
94
impl->code->reset(impl->executionContext.get());
95
96
97
98
/*! Returns true if the script is stopped or finished. */
0 commit comments