I would to introduce multithreading feature in my shell script.
I have a script which calls the function read_cfg() with different arguments. Each of these function calls are independent.
Would it be possible to instantiate these function calls (not scripts) parallelly. Please let me how can we achieve that.. ?