Async / Await syntax straw poll

For the “Postfix Space syntax”, why couldn’t we do

let result = future await;
let result = future await?;
let result = future await.foo();

?

It is already mentioned in the discussion thread: Await Syntax Discussion Summary