ASYNC in Chinese translation

异步
asynchronous
async

Examples of using Async in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
A coroutine function may be defined with the async def statement, and may contain await, async for, and async with keywords.
协程函数可以用asyncdef语句定义,并且可以包含await,asyncfor和asyncwith关键字。
C 7.0 allows other types to be defined in such a way that they can be returned from an async method.
C7.0允许以这样的方式来定义其它类型,从而使它们可以从异步方法返回。
I usually try to encapsulate most of my asynchronous logic in one or few async functions, which I call from the non-async code.
我通常尝试将我大部分的异步逻辑封装到一个或者几个async函数中,然后从非异步的代码中调用。
The new non-blocking I/O support is more efficient than the existing, thread-based implementation of the Async variants of the service clients.
新的非阻塞I/O支持,比现有的服务客户端基于线程的异步变体实现更有效。
Also there's a common argument that having to add async and await in the proper locations is an extra complication.
还有一个常见的论点是,在合适的位置添加async和await是一个复杂的问题。
Since we will be doing a couple of asynchronous HTTP requests, let's install the async module to ease the handling of those callbacks.
由于我们将执行几个异步HTTP请求,让我们安装异步模块以简化这些回调的处理。
Async to true, then you can use PageAsyncTask to register async work with that page(alternatively, you can use async void event handlers).
Async设置为true,然后您可以使用PageAsyncTask通过该页面注册异步工作(或者,您可以使用asyncvoid事件处理程序)。
Additionally, Chakra supports most of the ECMAScript 2015(aka ES6) features and has support for some of the future ECMAScript proposals like Async Functions and SIMD.
此外,Chakra还支持大部分ECMAScript2015(即ES6)特性,并支持部分ECMAScript提案特性,如AsyncFunctions和SIMD。
In the script tag that loads the Maps JavaScript API, it is possible to omit the async attribute and the callback parameter.
在加载MapsJavaScriptAPI的script标记中,可以省略async属性和callback参数。
For instance, here is a universal mapping function, Map, that propagates the async or throws effect of its func parameter.
例如,这是一个通用的映射函数Map,它把它的func参数上的async或是throws效果进行传播:.
Finally, we invoke the async function which simply spawns a promise which encapsulates the logic of invoking the other promises.
最后,调用这个async函数,它简单地创建了一个promise对象,这个promise封装了调用其他promise的逻辑。
Now in 3.6 there will be separate async generators that will raise AsyncStopIteration to keep it apart.
在3.6中,将由单独的异步生成器,它通过触发AsyncStopIteration保持其独立性。
When there is no async and defer="defer", the script is executed after the loading of the page.
如果不使用async且defer="defer":脚本将在页面完成解析时执行.
I am going to skip the Async demo, since most of you probably know what that is about.
我打算跳过这个Async的演示,因为大多数人可能都知道它的作用是什么了。
Something important to note is that our getPic() function is an async function and makes use of the new ES 2017 async/await features.
这里需要提醒注意申明的函数是一个async函数,使用了ES2017async/await特性。
Each async script executes at the first opportunity after it is finished downloading and before the window's load event.
一个async属性的脚本都在它下载结束之后立刻执行,同时会在window的load事件之前执行。
The async and await keywords don't cause additional threads to be created.
MSDN的位我不能封装我的头:Theasyncandawaitkeywordsdon'tcauseadditionalthrea….
As you can see to use an async function you have to put the async keyword before the function declaration.
正如你所见到的,使用一个async函数,你不可能不把async关键字放在函数申明前。
In the following example we create an async function and within that we await the greeter promise.
在下面的示例中,我们创建了一个async函数,并awaitgreeterpromise。
Web API in particular has built its entire pipeline around async support: not only async controllers, but async filters and handlers.
个别WebAPI已围绕async支持建立起整个管道:不仅有异步控制器,还有异步筛选器和处理程序。
Results: 211, Time: 0.0269

Top dictionary queries

English - Chinese