blocking ui
常見例句
- The WorkerPool module runs operations in the background, without blocking the UI.
工作者池模塊在后臺(tái)運(yùn)行操作,因此不會(huì)阻塞用戶界面。 - Often the user interface does not seem to support making calls asynchronously, since the UI is blocking on a call that may take a while.
通常用戶接口不能支持異步調(diào)用,因?yàn)?UI 阻礙了調(diào)用,可能需等候一段時(shí)間。 - Also, things like worker processes built into HTML5 mean we code background tasks in a more natural way, without having to build ridiculously complex code to prevent blocking the UI.
像 同樣例如構(gòu)建入HTML5的worker進(jìn)程意味著我們可以以一種更加自然的方式來編寫后臺(tái)任務(wù),而不是需要寫出一些非常荒謬且復(fù)雜的代碼展示UI。 返回 blocking ui