The library consists of three main functions:
a) parstart - this is an asynchronous function call
b) running - to check the current status of the started function
c) get_data - to get returned parameters from the called function
In contrast to the other Octave Parallel package (https://wiki.octave.org/Parallel_package), this tool actually makes a common asynchronous programming in Octave possible just like in Python or C#.
Features
- asynchronous
- parallel
- Octave
- multiprocessing
