v0.1.4
In this release, we upgrade monoio runtime and monoio-tls.
Features
- You can set environ
MONOIO_FORCE_LEGACY_DRIVER=1
to force monoio use epoll or kqueue. - Replace tls library feature from
unsafe_io
tosafe_io
. The formerunsafe_io
may cause panic. - The zero copy feature now is stable and enabled by default.