Files
alcove/test
Michael Santos 9eda1ce49a badpid: use error exception instead of exit
A badpid exception should be an error:

    OSPid = try alcove:getpid(Drv, [1,2,3])
    catch
        error:badpid -> handle_error(...)
    end.
2015-08-04 09:34:07 -04:00
..