]> Repositorios git - scryer-prolog.git/commit
don't remove the child on wait/kill
authorBennet Bleßmann <[email protected]>
Sun, 20 Jul 2025 22:06:03 +0000 (00:06 +0200)
committerBennet Bleßmann <[email protected]>
Fri, 1 Aug 2025 18:33:15 +0000 (20:33 +0200)
commitca52c65902987b47d1fd392a2f81cd4529c5a431
treea667124ae07fd3232a600469120e656eab26c140
parent7f233da10c6fef0b91de1d21e390e4165e55c9ee
don't remove the child on wait/kill

- important for wait with timout(0) as we may want to try again until the process has realy exited.

- make process_release release the process instead
build/instructions_template.rs
src/lib/process.pl
src/machine/dispatch.rs
src/machine/system_calls.rs