Skip to content

v0.1.4

Compare
Choose a tag to compare
@ihciah ihciah released this 21 Sep 11:59
· 42 commits to master since this release

In this release, we upgrade monoio runtime and monoio-tls.

Features

  1. You can set environ MONOIO_FORCE_LEGACY_DRIVER=1 to force monoio use epoll or kqueue.
  2. Replace tls library feature from unsafe_io to safe_io. The former unsafe_io may cause panic.
  3. The zero copy feature now is stable and enabled by default.