Closes GH-535 Immediate pause/resume race condition
Calling resume() immediately after calling pause() would trigger a race condition where it would try to read() from a file descriptor that was already being read from, causing an EBADF
parent
4d64f363
Please register or sign in to comment