aboutsummaryrefslogtreecommitdiff
path: root/vis-subprocess.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-02check the life time of subprocesses before freeing visFlorian Fischer1-0/+16
2025-01-02move waiting and potentially killing a subprocess into a helper functionFlorian Fischer1-20/+34
2023-11-18destroy the correct subprocessFlorian Fischer1-6/+8
2023-09-22vis-subprocess.c: remove unnecessary NULL checkTom Schwindl1-3/+1
2023-09-17vis-subprocess.c: fix signature of new_process_in_pool()Tom Schwindl1-1/+1
2023-08-24Implementation of the non-blocking process running Lua APIxomachine1-0/+218