Skip to content

1.5.0

Compare
Choose a tag to compare
@trowski trowski released this 22 Oct 20:56
37b9ab1
  • Added functions getStdin(), getStdout(), and getStderr() which each return a single instance of ResourceInputStream or ResourceOutputStream 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)