Hacker News new | ask | show | jobs
by mondrian 852 days ago
The task system uses a thread pool as well as an ioloop. So tasks can be normal functions as well as `async def` functions/coroutines.

You can also pass in a custom executor and use processes instead of threads.

Thanks for the feedback wrt docs app.

1 comments

Thank you for releasing this project. It looks great! I just need to find an excuse to try it out now.