-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
Hello,
I'm currently trying to implement the following usecase:
- I have a thread that spawns a process. the thread can timeout by
System.Timeout.timeoutand thus getsThreadKilledthrown to it. - The spawned process should be
SIGTERM'd
Apparently, there is a function withCreateProcess that has exactly these semantics. This function
is currently in master but has not been released yet.
https://github.com/haskell/process/blob/master/System/Process.hs#L214
I was wondering if we could make a new release such that I can use this function?
tmonster94, arianvp, rkrzr, ruuda, rvannuenen and 1 more
Metadata
Metadata
Assignees
Labels
No labels