HSL IO/OS API cleanups
fredemmott opened this issue · 1 comments
fredemmott commented
- make functions consistently throw either InvalidArgumentException or the OS\ErrnoException (EINVAL) equivalent, not both
- make
readLineAsync()
require max_bytes
fredemmott commented