`uv_spawn` process signal handling implemented
- add/test
uv_spawn
signal handling routines, addedspawn_kill
,spawn_signal
, andsignal_task
- update
spawn_kill
to cancel and remove the task - update memory handling, added
close
methods toParallel
, andTask
, and auto destruct - update required, renamed methods for consistency