From a https://ryhl.io article:
To give a sense of scale of how much time is too much, a good rule of thumb is no more than 10 to 100 microseconds between each
.await.
Is there a quick way to check if myasyncfunctions comply with this requirement without adding time-measuring stuff into every function? Should I even do it?
Personal website