mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
stuff
This commit is contained in:
parent
a45f9da6bf
commit
b2f1022ad8
3 changed files with 84 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue