Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: clarify windows specific behaviour
It was not possible to understand which, if either, of the sentences after the first ("Windows does not... emulation") apply specifically to Windows. Specifically, `kill(pid, 0)` works on Linux and Windows and I couldn't find it documented anywhere else, but the unconditional termination occurs only on Windows. PR-URL: #32079 Reviewed-By: Bartosz Sosnowski <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
- Loading branch information