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) { if proc.app.hold.unwrap_or(false) {
holds = Some(holds.unwrap_or(0) + 1); 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(); .unwrap();
procs.push(proc); procs.push(proc);
} }

Loading…
Cancel
Save