You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading the “testing” example, I remembered that I often need await in tests and developers will probably want to be able to use it in many of the presented use cases (of the first section in the readme, at least lock/foreach/using would obviously benefit of await).
Support or no support should be at least explicit in the readme.
The text was updated successfully, but these errors were encountered:
In the current formulation, async bodies wouldn't be supported, purely as a sequencing strategy than necessarily a disagreement. Can you give me an idea of what kind of use cases this would enable?
Reading the “testing” example, I remembered that I often need
await
in tests and developers will probably want to be able to use it in many of the presented use cases (of the first section in the readme, at least lock/foreach/using would obviously benefit ofawait
).Support or no support should be at least explicit in the readme.
The text was updated successfully, but these errors were encountered: