This commit is contained in:
Adam D. Ruppe 2017-01-07 09:24:18 -05:00
parent a45f9da6bf
commit b2f1022ad8
3 changed files with 84 additions and 5 deletions

View file

@ -559,8 +559,10 @@ version(linux) {
throw new Exception("epoll_wait");
}
foreach(n; 0 .. nfds) {
auto fd = events[n].data.fd;
if(fd == pipes[0]) {
if(readFromEventPipe() == false)
break outer_loop;