Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 GroovyShell 运行的 groovy 脚本文件。如何停止执行脚本?我尝试将其放入新线程并稍后中断线程,但它不起作用。
去年这里还有另一个问题问类似的事情:
停止执行 Groovy 脚本
还有一个ThreadInterrupt AST 转换可能会有所帮助。另请参阅TimedInterrupt 转换