We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3c37d commit 06dfee1Copy full SHA for 06dfee1
1 file changed
src/engine/thread.cpp
@@ -85,12 +85,14 @@ 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