interrupt request
常見例句
- Just because a task is cancelable does not mean it needs to respond to an interrupt request immediately.
僅僅因?yàn)橐粋€任務(wù)是可取消的,并不意味著需要立即 對中斷請求作出響應(yīng)。 - 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.
創(chuàng)建的對象越多,JVM 垃圾回收器就必須更頻繁地回收內(nèi)存并會(至少部分)中斷此時(shí)的請求處理。 - 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.
如果任務(wù)生吞中斷請求,則 worker 線程將不知道有一個被請求的中斷,從而耽誤應(yīng)用程序或服務(wù)的關(guān)閉。 返回 interrupt request