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.
- Loading branch information