zellij/zellij-server
kxt 2168793dc7
fix(pty): use async io to avoid polling (#523)
This patch fixes #509 by using async read instead of polling a
non-blocking fd. This reduces CPU usage when the ptys are idle.
2021-05-24 15:00:49 +02:00
..
src fix(pty): use async io to avoid polling (#523) 2021-05-24 15:00:49 +02:00
Cargo.toml fix(pty): use async io to avoid polling (#523) 2021-05-24 15:00:49 +02:00