blocking ui
常見(jiàn)例句
- 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)用,因爲(wèi) 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.
像 同樣例如搆建入HTML5的worker進(jìn)程意味著我們可以以一種更加自然的方式來(lái)編寫(xiě)後臺(tái)任務(wù),而不是需要寫(xiě)出一些非?;闹嚽已}襍的代碼展示UI。 返回 blocking ui