What is the translation of " ASYNC " in English? S

Noun
async
异步
一个async

Examples of using Async in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
应用async,你可以轻松地那样做:.
With async, you can easily do things like:.
一个对象,可以在asyncfor语句。
An object, that can be used in an async for statement.
运用async,你可以轻松地那样做:.
With async, you can easily do things like:.
一个对象,可用于asyncfor语句。
An object, that can be used in an async for statement.
当使用async模块的时候,我们的思考流程是这样的:.
When using the async module, our thought process is:.
Await关键字仅仅在asyncfunction中有效。
The await operator is only valid inside an async function.
有了async/await我们就几乎不需要使用promise.
With async/await we rarely need to write promise.
一个对象,可以在asyncfor语句中使用。
An object, that can be used in an async for statement.
当调用async函数时,它返回一个Promise。
When the async function is called, it returns with a Promise.
Async函数被调用时,它会返回一个Promise。
When the async function is called, it returns with a Promise.
第二,同步代码调用asyncvoid方法。
The second is when the synchronous code calls an async void method.
其它,async函数总是回到一个Promise.
In addition, an asynchronous function will always return a Promise.
Await只能用于被声明为async的函数。
The await keyword canonly be used inside functions declared with async.
NET驱动程序,并支持Async/Await程序设计模型。
NET driver with its support for the Async/Await programming model.
async/await语法并不会带来太多的性能损失。
And the syntax for async/await does not cause too much performance loss.
Js通过browserify进行编译,并使用babelify使之支持Async函数。
Js using the browserify while using babelify to enable support for asynchronous functions.
一旦你使用了async关键字来定义函数,你就可以在函数体内使用await关键字。
Once you define a function using the async keyword, you can use the await keyword within the function's body.
尽管async和await现在还不可用,但在过去的几年里,PHP语言本身已经做了很多改进。
While async and await are not available yet, lots of improvements to the language itself have been made over the past years.
为了更好地理解AsyncHooks是什么,让我们退后一步,先掌握继续本地存储。
To better understand what Async Hooks are, let's take a step back and get to grips with continuation-local storage first.
虽然async和await功能都还不能用,但是在过去几年里,PHP语言本身已经做了很多改进。
While async and await are not available yet, lots of improvements to the language itself have been made over the past years.
虽然尚未提供async和await,但在过去几年中,PHP语言本身已经有了很多改进。
While async and await are not available yet, lots of improvements to the language itself have been made over the past years.
我通常尝试将我大部分的异步逻辑封装到一个或者几个async函数中,然后从非异步的代码中调用。
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附加到您方法的名称中,以遵循基于任务的异步模式约定(bit.ly/1uBKGKR)。
Also, append Async to the name of your method, to follow the Task-based Asynchronous Pattern conventions(bit. ly/1uBKGKR).
对于客户端应用程序,如Windows应用商店、Windows桌面和WindowsPhone应用程序,async的主要优点是出色的响应能力。
For client applications, such as Windows Store, Windows desktop and Windows Phone apps,the primary benefit of async is responsiveness.
NET4.5async(C参考)和await(C参考)关键字与Task类型一直使用可简化异步Web编程。
Use the new. NET 4.5 async(C Reference) and await(C Reference) keywords in combination with the Task type to simplify asynchronous web programming.
方法处理器是async函数,它接受请求对象作为参数并返回一个Promise,解析为描述响应的对象。
Method handlers are async functions that get the request object as argument and return a promise that resolves to an object that describes the response.
Asyncerrorhandling,异步错误处理:传统的try/catch对于异步计算的错误非常乏力,但ReactiveX具有恰当的机制来处理错误。
Async error handling Traditional try/catch is powerless for errors in asynchronous computations, but ReactiveX is equipped with proper mechanisms for handling errors.
协程函数可以用asyncdef语句定义,并且可以包含await,asyncfor和asyncwith关键字。
A coroutine function may be defined with the async def statement, and may contain await, async for, and async with keywords.
使用Async功能,您可以调用异步方法,而不定义延续任务或通过多个方法或lambda表达式拆分您的代码。
By using the Async feature, you can call asynchronous methods without defining continuations or splitting your code across multiple methods or lambda expressions.
使用Async功能,您可以调用异步方法,而不定义延续任务或通过多个方法或lambda表达式拆分您的代码。
By using the Async feature, you can call asynchronous methods without writing continuations, and without splitting your code across multiple methods or lambda expressions.
Results: 230, Time: 0.0213

Async in different Languages

S

Synonyms for Async

Top dictionary queries

Chinese - English