blocking ui
基本解釋
- [計(jì)算機(jī)科學(xué)技術(shù)]模塊化用戶界面
英漢例句
- The WorkerPool module runs operations in the background, without blocking the UI.
工作者池模塊在后臺運(yùn)行操作,因此不會阻塞用戶界面。 - 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)程意味著我們可以以一種更加自然的方式來編寫后臺任務(wù),而不是需要寫出一些非?;闹嚽覐?fù)雜的代碼展示UI。
雙語例句
專業(yè)釋義
- 模塊化用戶界面