What is the translation of " ASYNC FUNCTIONS " in Chinese?

async函数
async function

Examples of using Async functions in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
But what are async functions?
Async函数是什么??
Async functions will have to wait until next year.
Async函数需要等到明年才能进入标准。
Handling actions that use async functions.
使用asyncfunctions的注意事项.
Faster async functions and promises.
译」更快的async函数和promises.
The await keyword works only in async functions.
Await关键字仅在asyncfunction中有效。
Js 8, async functions became generally available.
Js8的发布,async函数已经普遍可用了。
The await keyword works only in async functions.
Await关键字仅仅在asyncfunction中有效。
Js 8, the long awaited async functions have landed in Node. js as well.
Js8的发布,期待已久的async函数在Node.js上线了。
The await keyword works only in async functions.
注意,await关键字仅仅在asyncfunction中有效。
A couple years ago, async functions made their way into the JavaScript ecosystem.
几年前,async函数被纳入了JavaScript生态系统。
Js is a new web framework built by the developers behind Express anduses ES2017 async functions.
Js是Express的开发人员构建的一种新的Web框架,使用ES2017异步功能
A couple years ago, async functions made their way into the JavaScript ecosystem.
若干年前,async函数纳入了JavaScript生态系统。
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函数中,然后从非异步的代码中调用。
Koa already supports async functions, so you can try them out today using babel.
Koa已经支持了async函数,所以你现在可以借助babel来尝试。
Not too long ago we just wrote callbacks, then the Promise/A+ specification emerged followed by generator functions andnow the async functions.
不久前大家还在写回调,接着是Promise/A+规范,之后出现generator函数,现在是async函数
Async functions let you write Promise-based code as if it were synchronous.
利用async函数,你可以把基于Promise的异步代码写得就像同步代码一样。
If you would like to master async functions, I recommend checking out the following resources:.
如果你想掌握async函数,我推荐你浏览这些资源:.
Async functions work much like generators, but they are not translated to generator functions..
在实现上,async函数更像generators,但是不会转换成generatos函数.
Keep in mind- Generators and async functions always return a specific type of object:.
Generator与asyncfunction都是返回一个特定类型的对象:.
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中包含你的逻辑。
In the example below,we use Webpack and Babel to compile ES Modules and async functions into vanilla JS, which can run in any browser.
在下面的例子中,我们使用Webpack和Babel将ESModules和异步函数编译成可以在任何浏览器中运行的vanillaJS(即JavaScript)。
We can also use async functions with loops and conditionals without much of a headache:.
我们也可以使用async函数让循环和条件判断不再令人头疼:.
Koa already supports async functions, so you can try them out today using babel.
Koa已经支撑async功效,所以您明天就可以运用babel来试用他们。
It can only be used in async functions, and allows us to synchronously wait on a promise.
它只能用于async功能,并允许我们同步等待Promise。
By leveraging async functions, Koa allows you to ditch callbacks and greatly increase error-handling.
通过利用async函数,Koa帮你丢弃回调函数,并有力地增强错误处理。
It employs promises and async functions to rid apps of callback hell and simplify error handling.
它使用promises和async函数,消除应用程序的回调地狱(callbackhell),并简化错误处理。
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,解析为描述响应的对象。
When the async function is called, it returns with a Promise.
Async函数被调用时,它会返回一个Promise。
When the async function is called, it returns with a Promise.
当调用async函数时,它返回一个Promise。
Results: 29, Time: 0.0281

Word-for-word translation

Top dictionary queries

English - Chinese