英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

await    音标拼音: [əw'et]
vt. 等候,期待;将降临于

等候,期待;将降临於

await
v 1: look forward to the probable occurrence of; "We were
expecting a visit from our relatives"; "She is looking to a
promotion"; "he is waiting to be drafted" [synonym: {expect},
{look}, {await}, {wait}]

Await \A*wait"\, v. i.
1. To watch. [Obs.] --Chaucer.
[1913 Webster]

2. To wait (on or upon). [Obs.]
[1913 Webster]

3. To wait; to stay in waiting. --Darwin.
[1913 Webster]


Await \A*wait"\, n.
A waiting for; ambush; watch; watching; heed. [Obs.]
--Chaucer.
[1913 Webster]


Await \A*wait"\, v. t. [imp. & p. p. {Awaited}; p. pr. & vb. n.
{Awaiting}.] [OF. awaitier, agaitier; ? (L. ad) waitier,
gaitier to watch, F. guetter. See {Wait}.]
1. To watch for; to look out for. [Obs.]
[1913 Webster]

2. To wait on, serve, or attend. [Obs.]
[1913 Webster]

3. To wait for; to stay for; to expect. See {Expect}.
[1913 Webster]

Betwixt these rocky pillars Gabriel sat,
Chief of the angelic guards, awaiting night.
--Milton.
[1913 Webster]

4. To be in store for; to be ready or in waiting for; as, a
glorious reward awaits the good.
[1913 Webster]

O Eve, some farther change awaits us night.
--Milton.
[1913 Webster]

77 Moby Thesaurus words for "await":
abide, anticipate, approach, be destined, be fated, be imminent,
be in store, be to be, be to come, bide, bide the issue, brew,
come, come on, confront, count, dally, dawdle, delay, dillydally,
draw near, draw nigh, draw on, expect, face, foresee, foretell,
forthcome, gather, hang about, hang around, hang over,
hold everything, hold on, hold your horses, hope, hover, impend,
lie ahead, lie over, linger, loiter, look, look for,
look forward to, loom, lower, mark time, menace, near, overhang,
plan, plot, predict, project, prophesy, sit tight, sit up,
sit up for, stay, stay up, stay up for, stick around, sweat,
sweat it out, sweat out, take time, tarry, threaten, wait,
wait a minute, wait and see, wait for, wait on, wait up for, watch,
watch and wait


请选择你想看的字典辞典:
单词字典翻译
Await查看 Await 在百度字典中的解释百度英翻中〔查看〕
Await查看 Await 在Google字典中的解释Google英翻中〔查看〕
Await查看 Await 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Any difference between await Promise. all() and multiple await?
    Summary TL;DR: Never use multiple await for two or more async concurrent tasks, because you will not be able to handle errors correctly Always use Promise all for this use case async - await is not a replacement for promises, it is just a pretty way to use promises Async code is written in sync style and we can avoid multiple then s in promises
  • c# - How and when to use ‘async’ and ‘await’ - Stack Overflow
    From my understanding one of the main things that async and await do is to make code easy to write and read - but is using them equal to spawning background threads to perform long duration logic?
  • When and why should I use ConfigureAwait(false) in C# async await?
    The reason for the deadlock is that the continuation after the await client GetStringAsync will be posted to the UI message loop, but the message loop is stopped, so the continuation will never run, so the GetDataAsync() task will never complete The solution is to use the ConfigureAwait(false) in libraries, and in library-like code
  • Understanding async await in C# - Stack Overflow
    I'm starting to learn about async await in C# 5 0, and I don't understand it at all I don't understand how it can be used for parallelism I've tried the following very basic program: using Sys
  • Como eu posso utilizar o async await do javascript?
    Vi que agora é possível utilizar as keywords async e await no javascript, mas como isso realmente funciona?
  • c# - await await vs Unwrap () - Stack Overflow
    await ActionAsync() Unwrap(); is definitely easier to read between the two That's about where the differences end
  • async await - when to return a Task vs void? - Stack Overflow
    Normally, you would want to return a Task The main exception should be when you need to have a void return type (for events) If there's no reason to disallow having the caller await your task, why disallow it? async methods that return void are special in another aspect: they represent top-level async operations, and have additional rules that come into play when your task returns an





中文字典-英文字典  2005-2009