Skip to content

ProcessGroup.join() won't block on descendant processes #24

@AstraLuma

Description

@AstraLuma

ProcessGroup.join() ignores descendant processes (not direct children).

  • Base: Not sure if this is possible?
  • POSIX: The wait*() family of functions support PGIDs
  • Win32: I think WaitForSingleObject() will cover this? Language implies this only happens when job exceeds resource limits, not when it exits naturally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions