async.h
async.h copied to clipboard
Draft: (dependencies) Add example print after
This pull request does rely on #10 and #11 so until then it will remain a Draft:
I created another sample program that I believe will be helpful for those coming from asyncio in python. Many of the examples for the python asyncio module show creating a coroutine where you print a message after a delay. Let me know what you think :)