I want to execute a (slow) python script, and I want my Elixir process to lock until it gets all the output from the script.
Are the Elixir System.cmd / 3 or Erlang os: cmd / 1 algorithms synchronous? If not, is there another way to make a os synchronous call?
source share