Dyalog / library-core

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

Add "Detach" option #28

Open bpbecker opened 1 year ago

bpbecker commented 1 year ago

Currently, when the instance of APLProcess goes away, the destructor kills the spawned child process.
Add a "Detach" parameter that will not kill the task.