PowerJob
PowerJob copied to clipboard
停止操作功能,能否增加停止三方的进程操作
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
能否描述得具体一点?(具体的需求背景以及你的期望是怎样的)
目前会中止线程,即将线程的 interpreted 状态置为 true,但能否真正中断线程的执行取决于当前正在跑的任务。如果任务没有任何中断点(比如无任何 IO 操作,属于纯 CPU 计算)则无法被中断,这是 Java 层面的限制。