常見例句雙語(yǔ)例句Just because a task is cancelable does not mean it needs to respond to an interrupt request immediately.僅僅因爲(wèi)一個(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 線程將不知道有一個(gè)被請(qǐng)求的中斷,從而耽誤應(yīng)用程序或服務(wù)的關(guān)閉。 返回 interrupt request