Skip to content

Make a new release? #79

@arianvp

Description

@arianvp

Hello,

I'm currently trying to implement the following usecase:

  1. I have a thread that spawns a process. the thread can timeout by System.Timeout.timeout and thus gets ThreadKilled thrown to it.
  2. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions