That doesn't quite answer the question. Does `await`ing a non-async storage operation count as `awai

That doesn't quite answer the question. Does awaiting a non-async storage operation count as awaiting IO? Or would it only count if you were awaiting a true async method call? Or even awaiting the older async kv storage operations. I remember a conversation with Kenton years ago where he indicated that they were special and didn't open output gates.
Was this page helpful?