Skip to content
Snippets Groups Projects
  • Favonia's avatar
    ff80c44c
    Change the POSIX process group API. (trac #5167) · ff80c44c
    Favonia authored and Simon Marlow's avatar Simon Marlow committed
    Make it possible to query the process group of an existing
    process (through 'getProcessGroupIDOf') and try to make
    function names more consistent. Here is the full list of
    API changes in System.Posix.Process in this patch:
    
    getProcessGroupID     => same
    getProcessGroupIDOf   => new
    createProcessGroup    => deprecated
    createProcessGroupFor => new
    joinProcessGroup      => same
    setProcessGroupID     => deprecated
    setProcessGroupIDOf   => new
    ff80c44c
    History
    Change the POSIX process group API. (trac #5167)
    Favonia authored and Simon Marlow's avatar Simon Marlow committed
    Make it possible to query the process group of an existing
    process (through 'getProcessGroupIDOf') and try to make
    function names more consistent. Here is the full list of
    API changes in System.Posix.Process in this patch:
    
    getProcessGroupID     => same
    getProcessGroupIDOf   => new
    createProcessGroup    => deprecated
    createProcessGroupFor => new
    joinProcessGroup      => same
    setProcessGroupID     => deprecated
    setProcessGroupIDOf   => new
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Process.hsc 14.70 KiB