AsyncWith v0.1.0 is out! The async version of "with"
Keep writing non-async code, but have the great benefits of async code. “async with” abstracts the asynchronous part and hides it away from the developer.
https://github.com/fertapric/async_with
Any feedback or help is more than welcome!