Does prefect support multi-threading??
# ask-community
n
Does prefect support multi-threading??
1
z
Yes! We use multithreading by default to run tasks concurrently (i.e. when you call
your_task.submit(…)
n
Thanks