Skip to content

0.1.1

Compare
Choose a tag to compare
@cy6erGn0m cy6erGn0m released this 04 Dec 15:44
· 431 commits to master since this release

Published 4 Dec 2018

  • Fixed ability to implement DefaultPool in common
  • Fixed error "Unable to stop reading in state Writing"
  • Fixed tryPeek implementation to not consume byte
  • Introduced peekCharUtf8
  • Added a cpointer constructor to native IoBuffer so that IoBuffer can be used to read AND write on a memory chunk
  • Made ByteChannel pass original cause from the owner job
  • Fixed reading UTF-8 lines
  • Fixed empty chunk view creation
  • Utility functions takeWhile* improvements