await?

Hi,

Platforms state of the union shows the following code:

defer { await? log.close }

Note:

  • I understand await but await? seems new.

Questions

  1. Is await? (question mark seems new) a new concept? What does it mean?
  2. Or is the question mark a typo?
await?
 
 
Q