mirror of
https://github.com/markqvist/rnsh.git
synced 2024-10-01 01:15:37 -04:00
Add some more caveats.
This commit is contained in:
parent
2789ef2624
commit
601c549358
10
README.md
10
README.md
@ -8,7 +8,15 @@ utility that ships with Reticulum.
|
||||
implemented badly, and many other things that haven't been
|
||||
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.
|
||||
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…
Reference in New Issue
Block a user