How to get string output from multiple background child process in zsh
I am having a script which I run in zsh. Upon invoking the script, it runs the main_process() function. The main_process requires ${hash_from_evaluator} for rest of its operation, however calculating this value takes time.