I have two python function which I want to run in parallel. I don\'t want sub_task function to wait for main_task function.
from threading import Thread from