aiorun icon indicating copy to clipboard operation
aiorun copied to clipboard

A "run" function for asyncio-based apps that does all the boilerplate.

Results 4 aiorun issues
Sort by recently updated
recently updated
newest added

Hey, so I have this issue where, for some reason when I stop the process with `ctrl + c` (when debugging in vs:code) or (sometimes) restart the service with `systemctl`...

Hi, great library, thanks a lot... Documentation is good too! My issue is following: I do want to start two separate rest api services via corutines in async way. I...

Hi! Thank you for your library :smiley: I have a question about [this line of code](https://github.com/cjrh/aiorun/blob/master/aiorun.py#L221): ```python loop.create_task(new_coro()) ``` I am confused that the link to the result is not...

enhancement
help wanted
good first issue