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