While I don’t have an opportunity to write code that uses .await
myself, I have seen one on Twitter. Here’s my impression if a code reader’s experience counts.
To sum it up, I had quite a hard time finding where .await
is used, mainly due to .await
blending in a forest of method calls.