Skip to content

Add timeout handling for proc:wait() #2

@siffiejoe

Description

@siffiejoe

On Windows this should be easy, because WaitForMultipleObjects() already takes a timeout parameter, and it can handle process events too. On Linux/POSIX machines we probably need some form of busy loop to check for dead child processes.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions