Hacker News new | ask | show | jobs
by te_chris 540 days ago
To use async await you have to execute the code in a run loop.
1 comments

... and you can push CPU-intensive stuff off to a thread-executor to avoid blocking the async run-loop