1.5.0
- Added functions
getStdin()
,getStdout()
, andgetStderr()
which each return a single instance ofResourceInputStream
orResourceOutputStream
associated with the currently active event loop for the standard streams. (#44) - Fixed a performance issue when writing large chunks to a
ResourceOutputStream
. (#41, #42)