AWAIT in English translation

await
等待
等着
期待
正在等待
有待
等候
等待着
正在等着
留待
等待进

Examples of using Await in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
每个Async/await结构可以用简单的Promise重写。
Every async/await construct can be rewritten with plain promises.
下面来看一个使用await的例子:.
Here is an example of a method using await.
我不打算介绍async或await的语法;.
I won't be covering the async or await syntax;
此外,FacebookHack语言也支持asyncandawait
In addition, Hack Facebook language is also supported by and await async.
Await只能用于被声明为async的函数。
Await can only be used in functions that have been declared Async.
但是,Async/await不能取代纯粹Promise的需要。
However, async/await do not replace the need for plain promises.
Async/await可以帮你简化你要做的事情。
Async/await shines when you're trying to simplify things.
NET4.5引入async/await关键字之前尤其如此。
This is especially true prior to. NET 4.5 and the introduction of the async/await keywords.
关键字await让JavaScript引擎等待直到promise完成并返回结果。
The keyword await makes JavaScript wait until that promise settles and returns its result.
Await只能用于被声明为async的函数。
Await can only be used inside of functions declared as async.
NET驱动程序,并支持Async/Await程序设计模型。
NET driver with its support for the Async/Await programming model.
有了async/await我们就几乎不需要使用promise.
With async/await we rarely need to write promise.
可以是一个coroutine或者一个物体__await__()方法。
Can be a coroutine or an object with an__await__() method.
查看设备使用率(%util)、响应时间(await).
Use this command to view percentage of disk utilization(%util) and average time(await).
当我们切换到Async/Await时,我们删除了该代码。
When we switched to Async/Await, we removed that code.
Asyncandawait构造最大的优势是不再需要你处理callbackhell。
And await Async the biggest advantage is no longer need you to deal with hell callback.
而async/await语法并不会带来太多的性能损失。
And the syntax for async/await does not cause too much performance loss.
JavaScriptES7中的async/await语法使得异步Promise变得更加容易。
The async/await syntax in JavaScript ES7 makes it easier to coordinate asynchronous promises.
每一个async/await结构都可以使用纯粹的promise重写。
Every async/await construct can be rewritten with plain promises.
这也是总是使用async/await的另一个原因!!
So one more reason to always use async/await!
Results: 154, Time: 0.0208

Top dictionary queries

Chinese - English