only care when readable

master
rasul 5 years ago
parent 78254f7eb6
commit ca349232c9

@ -66,7 +66,7 @@ impl Apps {
if proc.app.hold.unwrap_or(false) {
holds = Some(holds.unwrap_or(0) + 1);
}
poll.register(&proc.process, proc.token, Ready::all(), PollOpt::edge())
poll.register(&proc.process, proc.token, Ready::readable(), PollOpt::edge())
.unwrap();
procs.push(proc);
}

Loading…
Cancel
Save