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