Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 319 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 319 Bytes

kasync

cross platform high performance async IO libary.

  • support linux/freebsd/windows system.
  • linux use epoll/io_uring, bsd use kqueue, windows use iocp.
  • ssl/tls support.
  • fiber support(powered by ucontext,windows fiber or boost fcontext)
  • async socket and file
  • support sendfile/SSL_sendfile
  • thread pool