Dyalog / library-core

Core application development library for Dyalog APL
MIT License
2 stars 3 forks source link

Add Detach option #29

Open bpbecker opened 1 year ago

bpbecker commented 1 year ago

Prior to this feature, when the instance of APLProcess disappeared, it would terminate the spawned APL. This option allows the child to live beyond the parent.

Also made a minor tweak to ListProcesses under Linux that fixed a possible rank error when the shell command returns nothing.