THE ASYNC in Chinese translation

异步
asynchronous
async

Examples of using The async in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Under the hood async functions using Promises- this is why the async function will return with a Promise.
Async函数的最底层使用Promises--那就是为何async函数将回到一个Promise。
Every time we use await, the interpreter spawns a promise, and puts the rest of the operations from the async function in a then callback.
每次我们使用await,解释器就会生成一个promise,然后把其余的操作从async函数取出来放到then传入的回调函数中。
The answer is in the async keyword.
答案就在async这个关键词中。
One of the answers was the async module.
一个可行的解决方案之一是async模块。
The async I/O worries me;
同步I/O令我十分担忧;
They can be implemented with the async def statement.
它们可以通过asyncdef语句。
They can be implemented with the async def statement.
它们可通过asyncdef语句来实现。
They can be implemented with the async def statement.
它们可以用asyncdef语句来实现。
Then the async module was born thanks to Caolan McMahon.
Async模块的诞生需要感谢CaolanMcMahon。
I won't be covering the async or await syntax;
我不打算介绍async或await的语法;.
There is also an F specific library called the async library.
F也存在一个特别的函数库称之为异步库(AsyncLibrary)。
NET driver with its support for the Async/Await programming model.
NET驱动程序,并支持Async/Await程序设计模型。
Using the async function, it ditches the callbacks and improves the error-handling.
通过利用async函数,Koa帮你丢弃回调函数,并有力地增强错误处理。
When the async function is called, it returns with a Promise.
使用async声明函数时,它返回一个Promise。
The async/await syntax in JavaScript ES7 makes it easier to coordinate asynchronous promises.
JavaScriptES7中的async/await让多个异步promise协同工作起来更容易。
The async/await syntax in JavaScript ES7 makes it easier to coordinate asynchronous promises.
JavaScriptES7中的async/await语法使得异步Promise变得更加容易。
Allow the async/await pattern to grow up your call stack toward the“trunk.”.
允许async/await模式将您的调用堆栈向“Trunk”进行扩展。
So the async method does not block the task execution on the current queue.
因此async函数不会阻塞当前协程的执行。
This is especially true prior to. NET 4.5 and the introduction of the async/await keywords.
NET4.5引入async/await关键字之前尤其如此。
PEP-0492 makes an explicit distinction between generators and co-routines through the use of the the async keyword.
PEP-0492通过使用async关键字显式的对生成器和协程做了区分。
Results: 371, Time: 0.034

The async in different Languages

Word-for-word translation

Top dictionary queries

English - Chinese