I would like to keep another python process (python function) to keep running, even after the main process is completed. Can this be done without using subprocess?
C