Task Runners :thread:
# pacc-aug-22-23-2023
j
Task Runners 🧵
By default, your code runs sequentially. Calling
.submit()
with the default ConcurrentTaskRunner makes it run concurrently. You have options to add Dask or Ray for parallelization.