mirror of
https://github.com/markqvist/rnsh.git
synced 2025-06-06 05:30:04 -04:00
Documentation improvements
This commit is contained in:
parent
e11c99887e
commit
1dcb37d949
1 changed files with 1 additions and 7 deletions
|
@ -11,12 +11,6 @@ built at all (yet). Signals (i.e. Ctrl-C) need some work, so have
|
|||
another terminal handy to send a SIGTERM if things glitch
|
||||
out.
|
||||
|
||||
One of the main drivers of complexity in the implementation
|
||||
is that the only reliable way I found to read live from
|
||||
stdin/stdout (as opposed to line by line) _without blocking_
|
||||
required using quite a bit of `async ` code, while the
|
||||
RNS API is firmly synchronous.
|
||||
|
||||
Anyway, there's a lot of room for improvement.
|
||||
|
||||
## Quickstart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue