If functions are called from within a Pool in a parent script, the parent script will fail because it is unable to create new Process instances in a daemonized environment. By returning early without using the Pool in utils.parallel_map, this is averted.
If functions are called from within a Pool in a parent script, the parent script will fail because it is unable to create new Process instances in a daemonized environment. By returning early without using the Pool in utils.parallel_map, this is averted.
Love the library btw, very well done