You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/bytedance/monoio is a new async runtime, it uses epoll for Linux, io_uring for Linux 5.6+, kqueue for macOS/FreeBSD and Windows (Experimental). It should be faster than the tokio runtime.
The text was updated successfully, but these errors were encountered:
https://github.com/bytedance/monoio is a new async runtime, it uses epoll for Linux, io_uring for Linux 5.6+, kqueue for macOS/FreeBSD and Windows (Experimental). It should be faster than the tokio runtime.
The text was updated successfully, but these errors were encountered: