What is the translation of " ASYNC " in Chinese?

Noun
一个async

Examples of using Async in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
There is one: function std::async.
有一个:函数std::async
Async/await shines when you're trying to simplify things.
Async/await可以帮你简化你要做的事情。
A member function like async_wait() is called non-blocking.
象async_wait()这样的方法被称为是非阻塞式的。
Every async/await construct can be rewritten with plain promises.
每个Async/await结构可以用简单的Promise重写。
Even though getPromise is literally empty,it will still return a promise since it was an async function.
即使getPromise字面上是空的,它仍然会返回一个Promise,因为它是一个async函数。
People also translate
When the async function is called, it returns with a Promise.
一个async函数被调用,它返回一个Promise。
The Promise can be accessed at any time,possibly blocking the caller if the async operation has not been completed yet.
该Promise可以随时访问,如果异步操作尚未完成,可能阻塞调用者。
When the async function is called, it returns with a Promise.
一个async函数被调用时,它会返回一个Promise。
How JavaScript works: Event loop and the rise of Async programming+ 5 ways to better coding with async/await.
译】JavaScript如何工作的:事件循环和异步编程的崛起+5个关于如何使用async/await编写更好的技巧.
Every async/await construct can be rewritten with plain promises.
一个async/await结构都可以使用纯粹的promise重写。
He showed us that we are doing I/O completely wrong andalso taught us how to build software using pure async programming model.
他向我们展示了我们的I/O工作完全错误,并教会了我们如何使用纯异步编程模型来构建软件。
Async Specifies that the script is executed asynchronously(only for external scripts).
Asyncasync规定异步执行脚本(仅适用于外部脚本)。
In the following example we create an async function and within that we await the greeter promise.
在下面的示例中,我们创建了一个async函数,并awaitgreeterpromise。
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语言本身已经做了很多改进。
Instead, these networks are for running offline and async scripts for use cases such as scientific computation or rendering graphics.
相反,这些网络用来离线运行和异步脚本,以用于科学计算或绘制图形等用例。
Each async script executes at the first opportunity after it is finished downloading and before the window's load event.
一个async属性的脚本都在它下载结束之后立刻执行,同时会在window的load事件之前执行。
Once you define a function using the async keyword, you can use the await keyword within the function's body.
一旦你使用了async关键字来定义函数,你就可以在函数体内使用await关键字。
Async functions more or less let you write sequenced JavaScript code, without wrapping all your logic in callbacks, generators, or promises.
异步函数或多或少会让你编写一些顺序的JavaScript代码,但是却不需要在callbacks、generators或promise中包含你的逻辑。
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特性。
Also, append Async to the name of your method, to follow the Task-based Asynchronous Pattern conventions(bit. ly/1uBKGKR).
此外,将Async附加到您方法的名称中,以遵循基于任务的异步模式约定(bit.ly/1uBKGKR)。
This isn't an Angular specific feature,but rather a proposed standard for managing async data that will be included in the release of ES7.
这不是Angular2的特定功能,而是用于管理异步数据的建议标准,将被包括在ES7中。
As you can see to use an async function you have to put the async keyword before the function declaration.
正如你所见到的,使用一个async函数,你不可能不把async关键字放在函数申明前。
Async error handling Traditional try/catch is powerless for errors in asynchronous computations, but ReactiveX is equipped with proper mechanisms for handling errors.
Asyncerrorhandling,异步错误处理:传统的try/catch对于异步计算的错误非常乏力,但ReactiveX具有恰当的机制来处理错误。
To add this handler, add an async modifier before the lambda parameter list, as the following example shows.
若要添加此处理程序,请在lambda参数列表前添加一个async修饰符,如下例所示。
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.
NET4.5async(C参考)和await(C参考)关键字与Task类型一直使用可简化异步Web编程。
To get around the problem of async requests, we need to test such examples by running them through a local web server.
为了解决异步请求的问题,我们需要通过在本地Web服务器上运行这些示例来测试这些示例。
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.
方法处理器是async函数,它接受请求对象作为参数并返回一个Promise,解析为描述响应的对象。
To better understand what Async Hooks are, let's take a step back and get to grips with continuation-local storage first.
为了更好地理解AsyncHooks是什么,让我们退后一步,先掌握继续本地存储。
Since we have ventured into the async world, stuff like web sockets and applications with lots of IO have become actually relevant in the PHP world.
自从我们进入异步世界以来,像websockets和具有大量IO的应用程序之类的东西已经与PHP世界息息相关。
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表达式拆分您的代码。
Results: 211, Time: 0.02

Top dictionary queries

English - Chinese