Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
PidfdChildWatcher based onpidfd_open is the best child watcher implementation for Linux as it avoids race conditions and is most reliable of all of them. It requires Linux 5.3+ so this will be detected at runtime if it can be used and if so use this instead ofThreadedChildWatcher.asyncio will favor usingPidfdChildWatcher overThreadedChildWatcher in 3.12+ on systems which supports it.
Metadata
Metadata
Assignees
Projects
Status
Done