Hacker News new | ask | show | jobs
by anakaine 1370 days ago
Looks like parallelism is already present based on the front page samples, including async.
1 comments

async is just concurrency, not parallelism, but I see now that multiprocessing seems to also be supported: https://rocketry.readthedocs.io/en/stable/handbooks/task/exe...