Hacker News new | ask | show | jobs
by L3viathan 1370 days ago
Neat!

Looks very clean. Is parallelism/multiprocessing (or even distribution over multiple workers) a thing you plan on making possible?

1 comments

Looks like parallelism is already present based on the front page samples, including async.
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...