shell-pool / shpool

Think tmux, then aim... lower
Apache License 2.0
1.18k stars 20 forks source link

reader thread -> shell_to_client thread #140

Closed ethanpailes closed 2 months ago

ethanpailes commented 2 months ago

This patch renames the "reader" thread to be called "shell_to_client" or "shell->client" instead. "Reader" is confusing because both of the IO threads read data. This has been annoying me for a little while, and I decided to rip the bandaid off here.