to await
- verb
- /əˈweɪt/
- Specialized
- We're preaching that message to our daughter as she too awaits a decision from Rice.
- await your arrival
- await further
So a system is created such that it awaits input from your your control pad, whatever that control pad may be.
- So a system is created such that it awaits input from your your control pad, whatever that control pad may be.
Examples
-
- But... - await my signal.
-
We're still awaiting positive identification of the body.
-
I have never heard of and await further instructions.
Fiction book (1999) -
This is Master Control awaiting instructions.
-
There are, of course, a number of unanswered questions raised by this study that must await further research.
Academic text (2001) -
JUDGE: I order you remanded to custody to await trial.
-
Actual age measurements of this surface had to await the rock samples returned to Earth by Apollo astronauts.
Academic text (2004) -
Oak Ridge is awaiting comments from DOE on its proposed redesign.
Academic text (1994) -
Andy grits his teeth and closes his eyes, awaiting the explosion.
Fiction book (1997) -
The program will await a user's response before continuing with the next task.
Synonyms
To stay in one place or delay action until something happens
To delay doing something until someone answers or a situation changes
Antonyms
Surface Forms
Morphology
Etymology
In programming, await comes from the same parts, a- + wait, with wait meaning 'to watch' or 'be awake'. So to await a Promise or task in code is simply to 'wait for' it to finish before the next step runs.