zellij/src
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
..
tests fix(pty): use async io to avoid polling (#523) 2021-05-24 15:00:49 +02:00
main.rs Merge pull request #522 from zellij-org/re-export-dependencies 2021-05-19 11:21:33 +05:30