interrupt request
常见例句
- Just because a task is cancelable does not mean it needs to respond to an interrupt request immediately.
仅仅因为一个任务是可取消的,并不意味着需要立即 对中断请求作出响应。 - The more objects that are created, the more frequently the JVM garbage collector has to reclaim memory and, at least partially, interrupt request handling at that time.
创建的对象越多,JVM 垃圾回收器就必须更频繁地回收内存并会(至少部分)中断此时的请求处理。 - If the task were to swallow the interrupt request, the worker thread might not learn that an interrupt was requested, which could delay the application or service shutdown.
如果任务生吞中断请求,则 worker 线程将不知道有一个被请求的中断,从而耽误应用程序或服务的关闭。 返回 interrupt request