help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Job Processing


From: Thomas D. Dean
Subject: Job Processing
Date: Mon, 28 Aug 2017 13:17:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

In sh,

  do_first &
  so_some_other_things_while_do_first_is_running
  wait

The wait blocks until do_first completes.

Is it possible to do this in octave? I don't need to interact with 'do_first' or get any results from it. I just need to do some I/O while 'do_first' is running.

Tom Dean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]